Class RemoteNodeSuspectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RemoteNodeSuspectException
    extends HotRodClientException
    When a remote node is suspected and evicted from the cluster while an operation is ongoing, the Hot Rod client emits this exception.
    Since:
    4.2
    Author:
    Galder ZamarreƱo
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteNodeSuspectException​(java.lang.String msgFromServer, long messageId, short status)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoteNodeSuspectException

        public RemoteNodeSuspectException​(java.lang.String msgFromServer,
                                          long messageId,
                                          short status)