Package org.infinispan.client.hotrod.exceptions
Hot Rod client exceptions.
- Public API
-
Exception Summary Exception Description CacheNotTransactionalException When try to create a transactionalorg.infinispan.client.hotrod.RemoteCache
but the cache in the Hot Rod server isn't transactional, this exception is thrown.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 anRemoteCache
that is associated to anRemoteCacheManager
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.