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