Class PreviewTokenValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.sandbox.service.exception.PreviewTokenValidationException
- All Implemented Interfaces:
Serializable
Exception that results from a failure to validate a preview token string within the
PreviewTokenService
.- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreviewTokenValidationException
(String message) PreviewTokenValidationException
(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
-
PreviewTokenValidationException
-
PreviewTokenValidationException
-