org.activiti.engine
Class ActivitiWrongDbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.activiti.engine.ActivitiException
                  extended by org.activiti.engine.ActivitiWrongDbException
All Implemented Interfaces:
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().

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
ActivitiWrongDbException(String libraryVersion, String dbVersion)
           
 
Method Summary
 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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivitiWrongDbException

public ActivitiWrongDbException(String libraryVersion,
                                String dbVersion)
Method Detail

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 © 2012 Alfresco. All Rights Reserved.