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])
-
AdapterNotFound()
- Constructor.
-
AdapterNotFound(String)
- Constructor with a message as argument.
AdapterNotFound
public AdapterNotFound()
- Constructor.
AdapterNotFound
public AdapterNotFound(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
All Packages Class Hierarchy This Package Previous Next Index