© 2004 BEA Systems, Inc.

com.beasys.commerce.ebusiness.payment
Class AuthorizationFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.appflow.exception.PipelineException
                  extended bycom.beasys.commerce.ebusiness.payment.AuthorizationFailureException
All Implemented Interfaces:
Serializable

public class AuthorizationFailureException
extends com.bea.p13n.appflow.exception.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(String namespace, String messageKey)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(String namespace, String messageKey, Exception embeddedException)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(String namespace, String messageKey, Object[] arguments)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(String namespace, String messageKey, Object[] arguments, Exception embeddedException)
          Constructs a AuthorizationFailureException
AuthorizationFailureException(String namespace, String messageKey, Object argument, Exception embeddedException)
          Constructs a AuthorizationFailureException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationFailureException

public AuthorizationFailureException(String namespace,
                                     String messageKey)
Constructs a AuthorizationFailureException


AuthorizationFailureException

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


AuthorizationFailureException

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


AuthorizationFailureException

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


AuthorizationFailureException

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


© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved