Class CqClosedException

    • Constructor Detail

      • CqClosedException

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

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

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