public class ContextStateProcessingException extends RuntimeException
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
.Constructor and Description |
---|
ContextStateProcessingException() |
ContextStateProcessingException(String message) |
ContextStateProcessingException(String message,
Throwable cause) |
ContextStateProcessingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ContextStateProcessingException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContextStateProcessingException()
public ContextStateProcessingException(Throwable cause)
public ContextStateProcessingException(String message)
public ContextStateProcessingException(String message, Throwable cause)
Copyright © 2021. All rights reserved.