org.activiti.engine
类 ActivitiWrongDbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.ActivitiException
org.activiti.engine.ActivitiWrongDbException
- 所有已实现的接口:
- 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 in ProcessEngineBuilder#buildProcessEngine()
.
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivitiWrongDbException
public ActivitiWrongDbException(String libraryVersion,
String dbVersion)
getLibraryVersion
public String getLibraryVersion()
- The version of the Activiti library used.
getDbVersion
public String getDbVersion()
- The version of the Activiti library that was used to create the database schema.
Copyright © 2013 Alfresco. All rights reserved.