|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPipelineException
com.beasys.commerce.ebusiness.payment.AuthorizationRejectedException
public class AuthorizationRejectedException
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 |
|---|
public AuthorizationRejectedException(String namespace,
String messageKey)
public AuthorizationRejectedException(String namespace,
String messageKey,
Exception embeddedException)
public AuthorizationRejectedException(String namespace,
String messageKey,
Object[] arguments)
public AuthorizationRejectedException(String namespace,
String messageKey,
Object argument,
Exception embeddedException)
public AuthorizationRejectedException(String namespace,
String messageKey,
Object[] arguments,
Exception embeddedException)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||