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