Class ContextStateProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.contextstate.ContextStateProcessingException
All Implemented Interfaces:
Serializable

public class ContextStateProcessingException extends RuntimeException
Defines a subset of RuntimeExceptions that are caused by errors when trying to build the ContextState of a ContextStateAware business instance. Such errors are usually detected when converting a Trackable instance into its corresponding business domain that implements ContextStateAware.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • ContextStateProcessingException

      public ContextStateProcessingException()
    • ContextStateProcessingException

      public ContextStateProcessingException(Throwable cause)
    • ContextStateProcessingException

      public ContextStateProcessingException(String message)
    • ContextStateProcessingException

      public ContextStateProcessingException(String message, Throwable cause)
    • ContextStateProcessingException

      public ContextStateProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)