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