Class 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
invalid reference
ProcessEngineBuilder#buildProcessEngine()
.
See Also:
  • Constructor Details

    • ActivitiWrongDbException

      public ActivitiWrongDbException(String libraryVersion, String dbVersion)
  • Method Details

    • 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.