Package org.flowable.common.engine.api
Class FlowableWrongDbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.common.engine.api.FlowableWrongDbException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the Flowable engine discovers a mismatch between the database schema version and the engine version.
The check is done when the engine is created.
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe version of the Flowable library that was used to create the database schema.The version of the Flowable library used.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
-
Constructor Details
-
FlowableWrongDbException
-
-
Method Details
-
getLibraryVersion
The version of the Flowable library used. -
getDbVersion
The version of the Flowable library that was used to create the database schema.
-