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.NotApplicable
|
+----semper.payment.AmountNotApplicable
- public class AmountNotApplicable
- extends NotApplicable
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.2 $ $Date: 1997/02/25 10:52:40 $
- Author:
- N. Asokan ([email protected])
-
AmountNotApplicable()
- Constructor.
-
AmountNotApplicable(String)
- Constructor with a message as argument.
AmountNotApplicable
public AmountNotApplicable()
- Constructor.
AmountNotApplicable
public AmountNotApplicable(String mesg)
- Constructor with a message as argument.
- Parameters:
- mesg - message
All Packages Class Hierarchy This Package Previous Next Index