Class PreviewTokenParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.data.tracking.core.preview.exception.PreviewTokenParseException
All Implemented Interfaces:
Serializable

public class PreviewTokenParseException extends Exception
Exception that results from a failure to parse a PreviewToken from an encoded token string.
Author:
Nick Crum (ncrum)
See Also:
  • Constructor Details

    • PreviewTokenParseException

      public PreviewTokenParseException(String message)
    • PreviewTokenParseException

      public PreviewTokenParseException(String message, Throwable cause)