java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.renomad.minum.database.DbException
- All Implemented Interfaces:
Serializable
Exceptions that occur in the
Db
- See Also:
-
Constructor Summary
ConstructorDescriptionDbException
(String message) ARuntimeException
scoped to the Minum database package.DbException
(String message, Throwable cause) ARuntimeException
scoped to the Minum database package.DbException
(Throwable cause) ARuntimeException
scoped to the Minum database package. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbException
ARuntimeException
scoped to the Minum database package. SeeRuntimeException(String)
-
DbException
ARuntimeException
scoped to the Minum database package. SeeRuntimeException(String, Throwable)
-
DbException
ARuntimeException
scoped to the Minum database package. SeeRuntimeException(Throwable)
-