© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.payment
Class AuthorizationRejectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--com.bea.p13n.appflow.exception.PipelineException
                          |
                          +--com.beasys.commerce.ebusiness.payment.AuthorizationRejectedException

public class AuthorizationRejectedException
extends PipelineException

Signals that authorization with an otherwise valid credit card was unsuccessful. Typically this will result from insufficient funds.

See Also:
Serialized Form

Constructor Summary
AuthorizationRejectedException(java.lang.String namespace, java.lang.String messageKey)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(java.lang.String namespace, java.lang.String messageKey, java.lang.Exception embeddedException)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object[] arguments)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object[] arguments, java.lang.Exception embeddedException)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object argument, java.lang.Exception embeddedException)
          Constructs a AuthorizationRejectedException
 
Methods inherited from class com.bea.p13n.exceptions.ApplicationException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationRejectedException

public AuthorizationRejectedException(java.lang.String namespace,
                                      java.lang.String messageKey)
Constructs a AuthorizationRejectedException

AuthorizationRejectedException

public AuthorizationRejectedException(java.lang.String namespace,
                                      java.lang.String messageKey,
                                      java.lang.Exception embeddedException)
Constructs a AuthorizationRejectedException

AuthorizationRejectedException

public AuthorizationRejectedException(java.lang.String namespace,
                                      java.lang.String messageKey,
                                      java.lang.Object[] arguments)
Constructs a AuthorizationRejectedException

AuthorizationRejectedException

public AuthorizationRejectedException(java.lang.String namespace,
                                      java.lang.String messageKey,
                                      java.lang.Object argument,
                                      java.lang.Exception embeddedException)
Constructs a AuthorizationRejectedException

AuthorizationRejectedException

public AuthorizationRejectedException(java.lang.String namespace,
                                      java.lang.String messageKey,
                                      java.lang.Object[] arguments,
                                      java.lang.Exception embeddedException)
Constructs a AuthorizationRejectedException

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved