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])

Constructor Index

 o genericModuleException()
Constructor.
 o genericModuleException(String)
Constructor with a message as argument.
 o genericModuleException(String, int)
Constructor with a status code as additional parameter

Method Index

 o getCode()
 o toString()
Prepend a label to indicate the service block.

Constructors

 o genericModuleException
 public genericModuleException()
Constructor.

 o genericModuleException
 public genericModuleException(String mesg)
Constructor with a message as argument.

Parameters:
mesg - message
 o 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)

Methods

 o getCode
 public int getCode()
 o 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