Class NodeCommunicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.replicator.nrt.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:
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • NodeCommunicationException

      public NodeCommunicationException(String when, Throwable cause)