|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elasticpath.commons.exception.EpSystemException
com.elasticpath.domain.EpDomainException
com.elasticpath.domain.payment.PaymentGatewayException
public class PaymentGatewayException
This exception is thrown when the payment processor fails to process a request.
| Constructor Summary | |
|---|---|
PaymentGatewayException(java.lang.String message)
Constructor. |
|
PaymentGatewayException(java.lang.String message,
java.lang.Throwable cause)
Creates a new PaymentGatewayException object using the given message and cause exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PaymentGatewayException(java.lang.String message)
message - error message
public PaymentGatewayException(java.lang.String message,
java.lang.Throwable cause)
PaymentGatewayException object using the given message and cause exception.
message - the reason for this PaymentGatewayException.cause - the Throwable that caused this PaymentGatewayException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||