Class QueryException

    • Constructor Detail

      • QueryException

        public QueryException()
        Required for serialization
      • QueryException

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

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

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