Class NoResponseFromNodesException

All Implemented Interfaces:
Serializable

public class NoResponseFromNodesException extends ClusterException
Represents the exceptional case when the cluster is unable to service a request because no nodes returned a response. When the given request is not mutable the nodes are left in their previous state.
See Also:
  • Constructor Details

    • NoResponseFromNodesException

      public NoResponseFromNodesException()
    • NoResponseFromNodesException

      public NoResponseFromNodesException(String msg)
    • NoResponseFromNodesException

      public NoResponseFromNodesException(Throwable cause)
    • NoResponseFromNodesException

      public NoResponseFromNodesException(String msg, Throwable cause)