Class CqExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CqExistsException
    extends QueryException
    Thrown if a CQ by this name already exists on this client
    Since:
    GemFire 5.5
    See Also:
    Serialized Form
    • Constructor Summary

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

      • CqExistsException

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

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

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