Class CqClosedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CqClosedException
    extends CacheRuntimeException
    Thrown if the CqQuery on which the operation performed is closed.
    Since:
    GemFire 5.5
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CqClosedException​(java.lang.String msg)
      Constructor used by concrete subclasses
      CqClosedException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor used by concrete subclasses
      CqClosedException​(java.lang.Throwable cause)
      Constructor used by concrete subclasses
    • 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

      • CqClosedException

        public CqClosedException​(java.lang.String msg,
                                 java.lang.Throwable cause)
        Constructor used by concrete subclasses
        Parameters:
        msg - the error message
        cause - a Throwable cause of this exception
      • CqClosedException

        public CqClosedException​(java.lang.String msg)
        Constructor used by concrete subclasses
        Parameters:
        msg - the error message
      • CqClosedException

        public CqClosedException​(java.lang.Throwable cause)
        Constructor used by concrete subclasses
        Parameters:
        cause - a Throwable cause of this exception