Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.client.hotrod.exceptions
Class RemoteNodeSuspectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.client.hotrod.exceptions.HotRodClientException
                  extended by org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException
All Implemented Interfaces:
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
RemoteNodeSuspectException(String msgFromServer, long messageId, short status)
           
 
Method Summary
 
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String msgFromServer,
                                  long messageId,
                                  short status)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.