Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.surati.gap.database.utils.exceptions.DatabaseException
-
- All Implemented Interfaces:
Serializable
public final class DatabaseException extends RuntimeException
Default Database exception to avoid declared exceptions.- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(Throwable exe)
Ctor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatabaseException
public DatabaseException(Throwable exe)
Ctor.- Parameters:
exe
- Exception wrapped
-
-