Class CqException

All Implemented Interfaces:
Serializable

public class CqException extends QueryException
Thrown during continuous query creation, execution time.
Since:
GemFire 5.5
See Also:
  • Constructor Details

    • CqException

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

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

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