All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.mandate.mandateModuleException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.payment.PaymentServiceException
|
+----semper.payment.mandate.mandateModuleException
- public class mandateModuleException
- extends PaymentServiceException
Mandate exception class for the payment service block.
The class extends PaymentServiceException in order to allow mandatePurse
methods to throw a mandateModuleException
- Version:
- $Revision: 1.2 $ $Date: 1998/01/16 14:28:00 $
- Author:
- : K. L¨ders-Jensen ([email protected]), Bjarke Dahl Ebert ([email protected])
-
mandateModuleException()
- Constructor.
-
mandateModuleException(String)
- Constructor with a message as argument.
-
mandateModuleException(String, int)
- Constructor with a status code as additional parameter
-
getCode()
-
-
toString()
- Prepend a label to indicate the service block.
mandateModuleException
public mandateModuleException()
- Constructor.
mandateModuleException
public mandateModuleException(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
mandateModuleException
public mandateModuleException(String mesg,
int code)
- Constructor with a status code as additional parameter
- Parameters:
- mesg - message
- code - integer status code (as defined in
the mandateModuleMessage class; default is SC_SUCCESS)
getCode
public int getCode()
toString
public String toString()
- Prepend a label to indicate the service block.
- Overrides:
- toString in class PaymentServiceException
All Packages Class Hierarchy This Package Previous Next Index