class |
CacheNotTransactionalException |
When try to create a transactional org.infinispan.hotrod.RemoteCache but the cache in the Hot Rod
server isn't transactional, this exception is thrown.
|
class |
HotRodTimeoutException |
Signals an remote timeout(due to locking) in the infinispan server.
|
class |
InvalidResponseException |
Signals an internal protocol error.
|
class |
ParallelOperationException |
|
class |
RemoteCacheManagerNotStartedException |
Thrown when trying to use an RemoteCache that is associated to an
org.infinispan.hotrod.RemoteCacheManager that was not started.
|
class |
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.
|
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.
|