Class semper.payment.AdapterNotFound
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.AdapterNotFound

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.payment.PaymentServiceException
                           |
                           +----semper.payment.AdapterNotFound

public class AdapterNotFound
extends PaymentServiceException
Indicates that a specified payment module adapter was not found
Version:
$Revision: 1.3 $ $Date: 1996/06/05 10:08:30 $
Author:
N. Asokan ([email protected])

Constructor Index

 o AdapterNotFound()
Constructor.
 o AdapterNotFound(String)
Constructor with a message as argument.

Constructors

 o AdapterNotFound
  public AdapterNotFound()
Constructor.
 o AdapterNotFound
  public AdapterNotFound(String mesg)
Constructor with a message as argument.
Parameters:
mesg - message

All Packages  Class Hierarchy  This Package  Previous  Next  Index