Class ClientNotReadyException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ClientNotReadyException
    extends OperationAbortedException
    Deprecated.
    as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed.
    A ClientNotReadyException indicates a client attempted to invoke the Cache.readyForEvents() method, but failed.

    This exception was moved from the util package in 5.7.

    Since:
    GemFire 5.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientNotReadyException​(java.lang.String msg)
      Deprecated.
      Constructs an instance of ClientNotReadyException with the specified detail message.
      ClientNotReadyException​(java.lang.String msg, java.lang.Throwable cause)
      Deprecated.
      Constructs an instance of ClientNotReadyException with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClientNotReadyException

        public ClientNotReadyException​(java.lang.String msg)
        Deprecated.
        Constructs an instance of ClientNotReadyException with the specified detail message.
        Parameters:
        msg - the detail message
      • ClientNotReadyException

        public ClientNotReadyException​(java.lang.String msg,
                                       java.lang.Throwable cause)
        Deprecated.
        Constructs an instance of ClientNotReadyException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable