com.beasys.commerce.ebusiness.payment
Class AuthorizationFailureException

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

Deprecated See BEA Commerce product offering

@Deprecated
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)
          Deprecated See BEA Commerce product offering
AuthorizationFailureException(String namespace, String messageKey, Exception embeddedException)
          Deprecated See BEA Commerce product offering
AuthorizationFailureException(String namespace, String messageKey, Object[] arguments)
          Deprecated See BEA Commerce product offering
AuthorizationFailureException(String namespace, String messageKey, Object[] arguments, Exception embeddedException)
          Deprecated See BEA Commerce product offering
AuthorizationFailureException(String namespace, String messageKey, Object argument, Exception embeddedException)
          Deprecated See BEA Commerce product offering
 
Method Summary
 
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)
Deprecated See BEA Commerce product offering

Constructs a AuthorizationFailureException


AuthorizationFailureException

public AuthorizationFailureException(String namespace,
                                     String messageKey,
                                     Exception embeddedException)
Deprecated See BEA Commerce product offering

Constructs a AuthorizationFailureException


AuthorizationFailureException

public AuthorizationFailureException(String namespace,
                                     String messageKey,
                                     Object[] arguments)
Deprecated See BEA Commerce product offering

Constructs a AuthorizationFailureException


AuthorizationFailureException

public AuthorizationFailureException(String namespace,
                                     String messageKey,
                                     Object argument,
                                     Exception embeddedException)
Deprecated See BEA Commerce product offering

Constructs a AuthorizationFailureException


AuthorizationFailureException

public AuthorizationFailureException(String namespace,
                                     String messageKey,
                                     Object[] arguments,
                                     Exception embeddedException)
Deprecated See BEA Commerce product offering

Constructs a AuthorizationFailureException



Copyright © 2006 BEA Systems, Inc. All Rights Reserved