All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.PaymentServiceException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.payment.PaymentServiceException
- public class PaymentServiceException
- extends Exception
Generic exception class for the payment service block.
- Version:
- $Revision: 1.4 $ $Date: 1997/01/27 12:15:22 $
- Author:
- N. Asokan ([email protected])
-
PaymentServiceException()
- Constructor.
-
PaymentServiceException(String)
- Constructor with a message as argument.
-
toString()
- Prepend a label to indicate the service block.
PaymentServiceException
public PaymentServiceException()
- Constructor.
PaymentServiceException
public PaymentServiceException(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
toString
public String toString()
- Prepend a label to indicate the service block.
- Returns:
- string describing this exception
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index