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
ConstructorsConstructorDescriptionDbException(String message) ARuntimeExceptionscoped to the Minum database package.DbException(String message, Throwable cause) ARuntimeExceptionscoped to the Minum database package.DbException(Throwable cause) ARuntimeExceptionscoped 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
ARuntimeExceptionscoped to the Minum database package. SeeRuntimeException(String) -
DbException
ARuntimeExceptionscoped to the Minum database package. SeeRuntimeException(String, Throwable) -
DbException
ARuntimeExceptionscoped to the Minum database package. SeeRuntimeException(Throwable)
-