Class H2Updater.H2UpdaterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.hypfvieh.db.H2Updater.H2UpdaterException
All Implemented Interfaces:
Serializable
Enclosing class:
H2Updater

public static class H2Updater.H2UpdaterException extends Exception
Exception which will be thrown if something went wrong.
Since:
1.2.1 - 2023-11-16
Author:
hypfvieh
See Also:
  • Constructor Details

    • H2UpdaterException

      public H2UpdaterException(String _message, Throwable _cause)
    • H2UpdaterException

      public H2UpdaterException(String _message)