Class FlowableWrongDbException

  • All Implemented Interfaces:
    Serializable

    public class FlowableWrongDbException
    extends FlowableException
    Exception that is thrown when the Flowable engine discovers a mismatch between the database schema version and the engine version. The check is done when the engine is created.
    Author:
    Tom Baeyens
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowableWrongDbException

        public FlowableWrongDbException​(String libraryVersion,
                                        String dbVersion)
    • Method Detail

      • getLibraryVersion

        public String getLibraryVersion()
        The version of the Flowable library used.
      • getDbVersion

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