Package org.flowable.common.engine.api
Class FlowableIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.common.engine.api.FlowableIllegalStateException
- All Implemented Interfaces:
Serializable
An exception indicating that an API call could not be executed due to data being in the wrong state.
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel -
Constructor Summary
ConstructorsConstructorDescriptionFlowableIllegalStateException(String message) FlowableIllegalStateException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevelMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowableIllegalStateException
-
FlowableIllegalStateException
-