All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.UnavailableSecurityOption

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

public class UnavailableSecurityOption
extends PaymentServiceException
This exception is used in payment and purse selection transactions to indicate one or more requested security options cannot be fulfilled.

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

Constructor Index

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

Constructors

 o UnavailableSecurityOption
 public UnavailableSecurityOption()
Constructor.

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

Parameters:
mesg - message

All Packages  Class Hierarchy  This Package  Previous  Next  Index