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