java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.node.api.UninitializedNodeException
- All Implemented Interfaces:
Serializable
An exception stating that a Hotmoka node has not been initialized yet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception.UninitializedNodeException(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UninitializedNodeException
public UninitializedNodeException()Creates a new exception. -
UninitializedNodeException
Creates a new exception with the given message.- Parameters:
message- the message
-