Package org.flowable.common.engine.api
Class FlowableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flowable.common.engine.api.FlowableException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FlowableClassLoadingException,FlowableForbiddenException,FlowableIllegalArgumentException,FlowableIllegalStateException,FlowableObjectNotFoundException,FlowableOptimisticLockingException,FlowableTaskAlreadyClaimedException,FlowableWrongDbException
public class FlowableException extends RuntimeException
Runtime exception that is the superclass of all Flowable exceptions.- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisLoggedprotected booleanreduceLogLevel
-
Constructor Summary
Constructors Constructor Description FlowableException(String message)FlowableException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLogged()booleanisReduceLogLevel()voidsetLogged(boolean isLogged)voidsetReduceLogLevel(boolean reduceLogLevel)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-