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

Class semper.payment.AccessDenied

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

public class AccessDenied
extends PaymentServiceException
This exception indicate that access to a requested service was denied Used by: components in the payment block or adapters; typically this exception will be thrown when the policy object associated with the service indicates that the service cannot be provided.
Version:
$Revision: 1.1 $ $Date: 1996/12/17 13:19:03 $
Author:
N. Asokan ([email protected])

Constructor Index

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

Constructors

 o AccessDenied
  public AccessDenied()
Constructor.
 o AccessDenied
  public AccessDenied(String mesg)
Constructor with a message as argument.
Parameters:
mesg - message

All Packages  Class Hierarchy  This Package  Previous  Next  Index