All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.generic.genericModuleException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.payment.generic.genericModuleException
- public class genericModuleException
- extends Exception
Generic exception class for the payment service block.
- Version:
- $Revision: 1.2 $ $Date: 1996/12/17 13:19:17 $
- Author:
- N. Asokan ([email protected])
-
genericModuleException()
- Constructor.
-
genericModuleException(String)
- Constructor with a message as argument.
-
genericModuleException(String, int)
- Constructor with a status code as additional parameter
-
getCode()
-
-
toString()
- Prepend a label to indicate the service block.
genericModuleException
public genericModuleException()
- Constructor.
genericModuleException
public genericModuleException(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
genericModuleException
public genericModuleException(String mesg,
int code)
- Constructor with a status code as additional parameter
- Parameters:
- mesg - message
- code - integer status code (as defined in
the genericModuleMessage 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 Throwable
All Packages Class Hierarchy This Package Previous Next Index