|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HotRodClientException | |
---|---|
org.infinispan.client.hotrod.exceptions | |
org.infinispan.client.hotrod.impl.operations | |
org.infinispan.client.hotrod.logging |
Uses of HotRodClientException in org.infinispan.client.hotrod.exceptions |
---|
Subclasses of HotRodClientException in org.infinispan.client.hotrod.exceptions | |
---|---|
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 |
RemoteNodeSuspecException
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. |
Uses of HotRodClientException in org.infinispan.client.hotrod.impl.operations |
---|
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type HotRodClientException | |
---|---|
protected void |
RetryOnFailureOperation.logErrorAndThrowExceptionIfNeeded(int i,
HotRodClientException e)
|
Uses of HotRodClientException in org.infinispan.client.hotrod.logging |
---|
Methods in org.infinispan.client.hotrod.logging with parameters of type HotRodClientException | |
---|---|
void |
Log.exceptionAndNoRetriesLeft(int retry,
int maxRetries,
HotRodClientException te)
|
|
--> |