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
public class FlowableIllegalStateException extends FlowableException
An exception indicating that an API call could not be executed due to data being in the wrong state.- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
-
Constructor Summary
Constructors Constructor Description FlowableIllegalStateException(String message)FlowableIllegalStateException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-