Class TkmDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.h2tcoin.takamakachain.tkmdata.exceptions.TkmDataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataStructureCreationError
,DBFileAlreadyExists
,IncorrectParameterType
,IntegerOverflow
,InvalidDatastructureDepth
,NotYetImplemented
,NullAbsoluteDBPath
,NullDatabaseName
,NullOptionKey
,NullOptionValue
,UnsupportedHashBuilder
,UnsupportedOptionKey
public class TkmDataException extends Exception
- Author:
- giovanni.antino@h2tcoin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TkmDataException()
TkmDataException(String msg)
TkmDataException(String msg, Throwable er)
TkmDataException(Throwable er)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-