Class NodeCommunicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keyple.distributed.NodeCommunicationException
All Implemented Interfaces:
Serializable

public class NodeCommunicationException extends RuntimeException
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 Details

    • NodeCommunicationException

      public NodeCommunicationException(String message)
      Parameters:
      message - The message to identify the exception context.
      Since:
      2.0.0
    • NodeCommunicationException

      public NodeCommunicationException(String message, Throwable cause)
      Encapsulates a lower level external exception.
      Parameters:
      message - The message to identify the exception context.
      cause - The cause.
      Since:
      2.0.0