All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.CouldNotAbort

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

public class CouldNotAbort
extends PaymentServiceException
This exception indicates that a payment transaction could not be aborted.

Version:
$Revision: 1.1 $ $Date: 1997/10/09 13:03:14 $
Author:
N. Asokan ([email protected])

Constructor Index

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

Constructors

 o CouldNotAbort
 public CouldNotAbort()
Constructor.

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

Parameters:
mesg - message

All Packages  Class Hierarchy  This Package  Previous  Next  Index