Class CqExistsException

    • Constructor Detail

      • 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