Class CqException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      CqException​(java.lang.String msg)
      Constructor used by concrete subclasses
      CqException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor used by concrete subclasses
      CqException​(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, toString
      • Methods inherited from class java.lang.Object

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

      • CqException

        public CqException​(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
      • CqException

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

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