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