Package | Description |
---|---|
org.infinispan.client.hotrod.exceptions | |
org.infinispan.client.hotrod.impl.operations | |
org.infinispan.client.hotrod.logging |
Modifier and Type | Class and Description |
---|---|
class |
HotRodTimeoutException
Signals an remote timeout(due to locking) in the infinispan server.
|
class |
InvalidResponseException
Signals an internal protocol error.
|
class |
RemoteCacheManagerNotStartedException
Thrown when trying to use an
RemoteCache that is associated to an
RemoteCacheManager that was not started. |
class |
RemoteNodeSuspectException
When a remote node is suspected and evicted from the cluster while an
operation is ongoing, the Hot Rod client emits this exception.
|
class |
TransportException
Indicates a communication exception with the Hot Rod server: e.g.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RetryOnFailureOperation.logErrorAndThrowExceptionIfNeeded(int i,
HotRodClientException e) |
Modifier and Type | Method and Description |
---|---|
void |
Log.exceptionAndNoRetriesLeft(int retry,
int maxRetries,
HotRodClientException te) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.