Package org.eclipse.keyple.distributed
Class NodeCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keyple.distributed.NodeCommunicationException
- All Implemented Interfaces:
Serializable
This exception is thrown when an error occurs during the communication between nodes.
This can happen, for example, if the remote node is unreachable or takes too long to respond.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionNodeCommunicationException
(String message) NodeCommunicationException
(String message, Throwable cause) Encapsulates a lower level external exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeCommunicationException
- Parameters:
message
- The message to identify the exception context.- Since:
- 2.0.0
-
NodeCommunicationException
Encapsulates a lower level external exception.- Parameters:
message
- The message to identify the exception context.cause
- The cause.- Since:
- 2.0.0
-