Class EmbeddedDBException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.h2tcoin.takamakachain.exceptions.db.EmbeddedDBException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseConnectionException
,DatabaseDriverInitiaizzationException
,DatabaseNotFoundException
,DatabaseNotInitializedException
,DatabaseOverwriteException
,DatabasePathException
,InvalidDatabaseParametersException
,InvalidDatabaseStateException
,TestOnNullDatabaseException
public class EmbeddedDBException extends Exception
- Author:
- giovanni.antino@h2tcoin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmbeddedDBException()
EmbeddedDBException(String msg)
EmbeddedDBException(String msg, Throwable er)
EmbeddedDBException(Throwable er)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-