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