All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.mandate.mandateModuleException

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

public class mandateModuleException
extends PaymentServiceException
Mandate exception class for the payment service block. The class extends PaymentServiceException in order to allow mandatePurse methods to throw a mandateModuleException

Version:
$Revision: 1.2 $ $Date: 1998/01/16 14:28:00 $
Author:
: K. L¨ders-Jensen ([email protected]), Bjarke Dahl Ebert ([email protected])

Constructor Index

 o mandateModuleException()
Constructor.
 o mandateModuleException(String)
Constructor with a message as argument.
 o mandateModuleException(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 mandateModuleException
 public mandateModuleException()
Constructor.

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

Parameters:
mesg - message
 o mandateModuleException
 public mandateModuleException(String mesg,
                               int code)
Constructor with a status code as additional parameter

Parameters:
mesg - message
code - integer status code (as defined in the mandateModuleMessage 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 PaymentServiceException

All Packages  Class Hierarchy  This Package  Previous  Next  Index