Class semper.payment.PaymentServiceException
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.3 $ $Date: 1996/06/05 10:08:42 $
Author:
N. Asokan ([email protected])

Constructor Index

 o PaymentServiceException()
Constructor.
 o PaymentServiceException(String)
Constructor with a message as argument.

Method Index

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

Constructors

 o PaymentServiceException
  public PaymentServiceException()
Constructor.
 o PaymentServiceException
  public PaymentServiceException(String mesg)
Constructor with a message as argument.
Parameters:
mesg - message

Methods

 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