Package org.camunda.bpm.engine
Class WrongDbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.WrongDbException
-
- All Implemented Interfaces:
Serializable
public class WrongDbException extends ProcessEngineException
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()
.- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description WrongDbException(String libraryVersion, String dbVersion)
WrongDbException(String exceptionMessage, String libraryVersion, String dbVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDbVersion()
The version of the Activiti library that was used to create the database schema.String
getLibraryVersion()
The version of the Activiti library used.-
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-