org.infinispan.client.hotrod.exceptions
Class RemoteNodeSuspecException

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.RemoteNodeSuspecException
All Implemented Interfaces:
Serializable

public class RemoteNodeSuspecException
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
RemoteNodeSuspecException(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

RemoteNodeSuspecException

public RemoteNodeSuspecException(String msgFromServer,
                                 long messageId,
                                 short status)

-->

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