Class RemoteIllegalLifecycleStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodClientException
org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
- All Implemented Interfaces:
Serializable
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. Situations
like this include when the cache is stopping or is stopped, when the cache
manager is stopped...etc.
- Since:
- 7.0
- See Also:
-
Constructor Summary
ConstructorDescriptionRemoteIllegalLifecycleStateException
(String msgFromServer, long messageId, short status) Deprecated, for removal: This API element is subject to removal in a future version.RemoteIllegalLifecycleStateException
(String msgFromServer, long messageId, short status, SocketAddress serverAddress) -
Method Summary
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
isServerError, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RemoteIllegalLifecycleStateException
@Deprecated(forRemoval=true) public RemoteIllegalLifecycleStateException(String msgFromServer, long messageId, short status) Deprecated, for removal: This API element is subject to removal in a future version. -
RemoteIllegalLifecycleStateException
public RemoteIllegalLifecycleStateException(String msgFromServer, long messageId, short status, SocketAddress serverAddress)
-
-
Method Details
-
getServerAddress
-