Class 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 in
invalid reference
ProcessEngineBuilder#buildProcessEngine()
.
Author:
Tom Baeyens
See Also:
  • Constructor Details Link icon

    • WrongDbException Link icon

      public WrongDbException(String libraryVersion, String dbVersion)
    • WrongDbException Link icon

      public WrongDbException(String exceptionMessage, String libraryVersion, String dbVersion)
  • Method Details Link icon

    • getLibraryVersion Link icon

      public String getLibraryVersion()
      The version of the Activiti library used.
    • getDbVersion Link icon

      public String getDbVersion()
      The version of the Activiti library that was used to create the database schema.