© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.payment
Class AuthorizationFailureException

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.AuthorizationFailureException

public class AuthorizationFailureException
extends PipelineException

Signals that an authorization attempt was made with an invalid credit card. Typically this will result from an invalid credit card number or associated billing address.

See Also:
Serialized Form

Constructor Summary
AuthorizationFailureException(java.lang.String namespace, java.lang.String messageKey)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(java.lang.String namespace, java.lang.String messageKey, java.lang.Exception embeddedException)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object[] arguments)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object[] arguments, java.lang.Exception embeddedException)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(java.lang.String namespace, java.lang.String messageKey, java.lang.Object argument, java.lang.Exception embeddedException)
          Constructs a AuthorizationFailureException
 
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

AuthorizationFailureException

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

AuthorizationFailureException

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

AuthorizationFailureException

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

AuthorizationFailureException

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

AuthorizationFailureException

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved