Class ExchangeWalletTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymentgateway.service.exception.ExchangeWalletTokenException
- All Implemented Interfaces:
 Serializable
The exception is thrown when an error occurred while exchanging the digital wallet token.
- Author:
 - Dima Myroniuk (dmyroniuk)
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionExchangeWalletTokenException(String message) ExchangeWalletTokenException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ExchangeWalletTokenException
 - 
ExchangeWalletTokenException
 
 -