Class PreviewTokenEncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.sandbox.service.exception.PreviewTokenEncoderException
- All Implemented Interfaces:
Serializable
An exception thrown when there is a failure to encode the preview token.
- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreviewTokenEncoderException
(String message) PreviewTokenEncoderException
(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
-
PreviewTokenEncoderException
-
PreviewTokenEncoderException
-