Exception | Description |
---|---|
HotRodClientException |
Base class for exceptions reported by the hot rod client.
|
HotRodTimeoutException |
Signals an remote timeout(due to locking) in the infinispan server.
|
InvalidResponseException |
Signals an internal protocol error.
|
ParallelOperationException | |
RemoteCacheManagerNotStartedException |
Thrown when trying to use an
RemoteCache that is associated to an
RemoteCacheManager that was not started. |
RemoteIllegalLifecycleStateException |
This exception is thrown when the remote cache or cache manager does not
have the right lifecycle state for operations to be called on it.
|
RemoteNodeSuspectException |
When a remote node is suspected and evicted from the cluster while an
operation is ongoing, the Hot Rod client emits this exception.
|
TransportException |
Indicates a communication exception with the Hot Rod server: e.g.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.