AuthorizationRejectedException Class

com.beasys.commerce.ebusiness.payment
AuthorizationRejectedException Class

public class AuthorizationRejectedException

    extends PipelineException

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


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        PipelineException
          AuthorizationRejectedException
All Implemented Interfaces

Serializable

Constructor Summary

AuthorizationRejectedException(String namespace, String messageKey, Exception embeddedException)

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

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

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

Constructs a AuthorizationRejectedException
AuthorizationRejectedException(String namespace, String messageKey)

Constructs a AuthorizationRejectedException
 

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

AuthorizationRejectedException

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

AuthorizationRejectedException

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

AuthorizationRejectedException

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

AuthorizationRejectedException

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

AuthorizationRejectedException

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