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
Exception which will be thrown if something went wrong.
- Since:
- 1.2.1 - 2023-11-16
- Author:
- hypfvieh
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionH2UpdaterException(String _message) H2UpdaterException(String _message, Throwable _cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
H2UpdaterException
-
H2UpdaterException
-