Class semper.payment.AmountNotApplicable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.AmountNotApplicable

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.payment.PaymentServiceException
                           |
                           +----semper.payment.AmountNotApplicable

public class AmountNotApplicable
extends PaymentServiceException
This exception is used by adapters of payment systems in which the "current balance" amount is meaningless. Such adapters should throw this exception when methods that refer to the current balance amount are invoked.
Version:
$Revision: 1.1 $ $Date: 1996/07/30 17:41:14 $
Author:
N. Asokan ([email protected])

Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index