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
-
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
|
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 |
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