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:
java.io.Serializable
public class ActivitiWrongDbException extends ActivitiException
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 inProcessEngineBuilder#buildProcessEngine().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivitiWrongDbException(java.lang.String libraryVersion, java.lang.String dbVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDbVersion()The version of the Activiti library that was used to create the database schema.java.lang.StringgetLibraryVersion()The version of the Activiti library used.
-