com.beasys.commerce.ebusiness.payment
Class AuthorizationRejectedException

java.lang.Object
  extended by PipelineException
      extended by com.beasys.commerce.ebusiness.payment.AuthorizationRejectedException

public class AuthorizationRejectedException
extends PipelineException

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


Constructor Summary
AuthorizationRejectedException(String namespace, String messageKey)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(String namespace, String messageKey, Exception embeddedException)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(String namespace, String messageKey, Object[] arguments)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(String namespace, String messageKey, Object[] arguments, Exception embeddedException)
          Constructs a AuthorizationRejectedException
AuthorizationRejectedException(String namespace, String messageKey, Object argument, Exception embeddedException)
          Constructs a AuthorizationRejectedException
 
Method Summary
 
Methods inherited 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)
Constructs a AuthorizationRejectedException


AuthorizationRejectedException

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


AuthorizationRejectedException

public AuthorizationRejectedException(String namespace,
                                      String messageKey,
                                      Object[] arguments)
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



Copyright © 2006 BEA Systems, Inc. All Rights Reserved