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