Package org.moera.lib.node.exception
Class MoeraNodeConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.moera.lib.node.exception.MoeraNodeException
org.moera.lib.node.exception.MoeraNodeConnectionException
- All Implemented Interfaces:
Serializable
Thrown to indicate an error occurred while attempting to connect to a Moera node.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newMoeraNodeConnectionException
with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoeraNodeConnectionException
Constructs a newMoeraNodeConnectionException
with the specified cause.- Parameters:
cause
- the throwable that caused this exception to be thrown
-