public class IllegalContextStateException extends RuntimeException
RuntimeExceptions
when an illegal state is discovered in the
tracking context related to a Trackable
such as when a
ChangeDetail.getFieldName()
does not matching any declared fields on a trackable instance
or a field is a different type on the business instance and the corresponding trackable.Constructor and Description |
---|
IllegalContextStateException() |
IllegalContextStateException(String message) |
IllegalContextStateException(String message,
Throwable cause) |
IllegalContextStateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IllegalContextStateException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021. All rights reserved.