Class CqClosedException

All Implemented Interfaces:
Serializable

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

    • CqClosedException

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

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

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