Package org.activiti.engine
Class ActivitiWrongDbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.ActivitiException
org.activiti.engine.ActivitiWrongDbException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the Activiti engine discovers a mismatch between the database schema version and the engine version.
The check is done when the engine is created in
.
invalid reference
ProcessEngineBuilder#buildProcessEngine()
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe version of the Activiti library that was used to create the database schema.The version of the Activiti library used.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivitiWrongDbException
-
-
Method Details
-
getLibraryVersion
The version of the Activiti library used. -
getDbVersion
The version of the Activiti library that was used to create the database schema.
-