Class RemoteIllegalLifecycleStateException

  • All Implemented Interfaces:
    Serializable

    public class RemoteIllegalLifecycleStateException
    extends HotRodClientException
    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:
    Serialized Form
    • Constructor Detail

      • RemoteIllegalLifecycleStateException

        @Deprecated
        public RemoteIllegalLifecycleStateException​(String msgFromServer,
                                                    long messageId,
                                                    short status)
        Deprecated.
      • RemoteIllegalLifecycleStateException

        public RemoteIllegalLifecycleStateException​(String msgFromServer,
                                                    long messageId,
                                                    short status,
                                                    SocketAddress serverAddress)