|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.beasys.commerce.foundation.exception.ApplicationException
com.beasys.commerce.ebusiness.payment.PaymentException
The base class of all payment related exceptions. If a TransactionResponse resulted in the exception it is embedded.
Field Summary |
Fields inherited from class com.beasys.commerce.foundation.exception.ApplicationException |
embeddedException, logMessages, userMessages |
Constructor Summary | |
PaymentException(String namespace,
String messageKey)
Create a payment exception with namespace and message key. |
|
PaymentException(String namespace,
String messageKey,
Exception embeddedException)
Create a payment exception with an embedded exception. |
|
PaymentException(String namespace,
String messageKey,
Object messageParameter)
Create a payment exception with a message parameter. |
|
PaymentException(String namespace,
String messageKey,
TransactionResponse response)
Create a payment exception with the response object. |
Method Summary | |
TransactionResponse |
getResponse()
Get the TransactionReponse that resulted in the exception. |
Methods inherited from class com.beasys.commerce.foundation.exception.ApplicationException |
addLogMessage, addLogMessage, addLogMessage, addMessage, addMessage, addMessage, addUserMessage, addUserMessage, addUserMessage, getEmbeddedException, getLocalizedMessage, getLogMessage, getLogMessages, getMessage, getUserMessage, getUserMessages, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PaymentException(String namespace, String messageKey)
public PaymentException(String namespace, String messageKey, Exception embeddedException)
public PaymentException(String namespace, String messageKey, Object messageParameter)
public PaymentException(String namespace, String messageKey, TransactionResponse response)
Method Detail |
public TransactionResponse getResponse()
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |