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