Package org.infinispan.hotrod.exceptions
Class RemoteCacheManagerNotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.hotrod.exceptions.HotRodClientException
org.infinispan.hotrod.exceptions.RemoteCacheManagerNotStartedException
- All Implemented Interfaces:
Serializable
Thrown when trying to use an
that was not started.
RemoteCache that is associated to an
invalid reference
org.infinispan.hotrod.RemoteCacheManager
- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.hotrod.exceptions.HotRodClientException
isServerError, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RemoteCacheManagerNotStartedException
-