Class PreviewTokenParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.data.tracking.core.preview.exception.PreviewTokenParseException
- All Implemented Interfaces:
Serializable
Exception that results from a failure to parse a
PreviewToken
from an encoded token
string.- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
ConstructorDescriptionPreviewTokenParseException
(String message) PreviewTokenParseException
(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
-
PreviewTokenParseException
-
PreviewTokenParseException
-