AuthorizationFailureException Class

com.beasys.commerce.ebusiness.payment
AuthorizationFailureException Class

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.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        PipelineException
          AuthorizationFailureException
All Implemented Interfaces

Serializable

Constructor Summary

AuthorizationFailureException(String namespace, String messageKey, Exception embeddedException)

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

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

Constructs a AuthorizationFailureException
AuthorizationFailureException(String namespace, String messageKey, Object arguments)

Constructs a AuthorizationFailureException
AuthorizationFailureException(String namespace, String messageKey)

Constructs a AuthorizationFailureException
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

AuthorizationFailureException

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

AuthorizationFailureException

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

AuthorizationFailureException

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