Class ExchangeSingleUseTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymentgateway.service.exception.ExchangeSingleUseTokenException
All Implemented Interfaces:
Serializable

public class ExchangeSingleUseTokenException extends RuntimeException
The exception is thrown when an error occurred during token exchanging.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • ExchangeSingleUseTokenException

      public ExchangeSingleUseTokenException(String message)
    • ExchangeSingleUseTokenException

      public ExchangeSingleUseTokenException(String message, Throwable cause)