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

Class semper.payment.generic.genericModuleException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.payment.generic.genericModuleException

public class genericModuleException
extends Exception
Generic exception class for the payment service block.
Version:
$Revision: 1.1 $ $Date: 1996/07/17 09:15:41 $
Author:
N. Asokan ([email protected])

Constructor Index

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

Method Index

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

Constructors

 o genericModuleException
  public genericModuleException()
Constructor.
 o genericModuleException
  public genericModuleException(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