Class NodeCommunicationException

  • All Implemented Interfaces:
    Serializable

    public class NodeCommunicationException
    extends RuntimeException
    Should be thrown by subclasses of PrimaryNode and ReplicaNode if a non-fatal exception occurred while communicating between nodes.
    See Also:
    Serialized Form
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • NodeCommunicationException

        public NodeCommunicationException​(String when,
                                          Throwable cause)