Class CqExistsException

All Implemented Interfaces:
Serializable

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

    • CqExistsException

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

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

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