Uses of Class
org.infinispan.hotrod.exceptions.HotRodClientException
Packages that use HotRodClientException
Package
Description
Hot Rod client remote event API.
Hot Rod client exceptions.
-
Uses of HotRodClientException in org.infinispan.hotrod.event
Subclasses of HotRodClientException in org.infinispan.hotrod.event -
Uses of HotRodClientException in org.infinispan.hotrod.exceptions
Subclasses of HotRodClientException in org.infinispan.hotrod.exceptionsModifier and TypeClassDescriptionclassWhen try to create a transactionalorg.infinispan.hotrod.RemoteCachebut the cache in the Hot Rod server isn't transactional, this exception is thrown.classSignals an remote timeout(due to locking) in the infinispan server.classSignals an internal protocol error.classclassThrown when trying to use anRemoteCachethat is associated to anorg.infinispan.hotrod.RemoteCacheManagerthat was not started.classThis exception is thrown when the remote cache or cache manager does not have the right lifecycle state for operations to be called on it.classWhen a remote node is suspected and evicted from the cluster while an operation is ongoing, the Hot Rod client emits this exception.classIndicates a communication exception with the Hot Rod server: e.g. -
Uses of HotRodClientException in org.infinispan.hotrod.impl.logging
Methods in org.infinispan.hotrod.impl.logging that return HotRodClientExceptionModifier and TypeMethodDescriptionfinal HotRodClientExceptionLog_$logger.failedToAddListener(Object listener, short status) Log.failedToAddListener(Object listener, short status) final HotRodClientExceptionLog_$logger.invalidTransactionTimeout()final HotRodClientExceptionLog_$logger.jmxRegistrationFailure(Throwable cause) Log.jmxRegistrationFailure(Throwable cause) final HotRodClientExceptionLog_$logger.jmxUnregistrationFailure(Throwable cause) Log.jmxUnregistrationFailure(Throwable cause) final HotRodClientExceptionLog_$logger.noMoreOperationsAllowed()Log.noMoreOperationsAllowed()final HotRodClientExceptionLog_$logger.transactionTableNotStarted()final HotRodClientExceptionLog_$logger.unableToUnmarshallBytes(String bytes, Exception e) Log.unableToUnmarshallBytes(String bytes, Exception e) final HotRodClientExceptionLog_$logger.unknownEvent(short eventTypeId) Log.unknownEvent(short eventTypeId)