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