org.infinispan.client.hotrod.exceptions
Class RemoteNodeSuspecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodClientException
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
RemoteNodeSuspecException
public RemoteNodeSuspecException(String msgFromServer,
long messageId,
short status)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.