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 or was inappropriate (e.g. not a subclass of the Purse class)
Version:
$Revision: 1.4 $ $Date: 1997/01/10 11:58:35 $
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