Package com.minlessika.exceptions
Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.minlessika.exceptions.DatabaseException
-
- All Implemented Interfaces:
Serializable
public final class DatabaseException extends RuntimeException
Default Exception to avoid declared exceptions- Author:
- OURA Olivier Baudouin (baudolivier.oura@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(Throwable ex)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 ex)
Ctor.- Parameters:
ex- Exception wrapped
-
-