Class QueryException

    • Constructor Detail

      • QueryException

        public QueryException​(String msg)
        Parameters:
        msg - the message
      • QueryException

        public QueryException​(String msg,
                              Throwable cause)
        Parameters:
        msg - the message
        cause - the exception cause
      • QueryException

        public QueryException​(String msgId,
                              Object[] msgParams)
        Constructor
        Parameters:
        msgId - the message id
        msgParams - the message parameters
      • QueryException

        public QueryException​(String msgId,
                              Object[] msgParams,
                              Throwable cause)
        Constructor
        Parameters:
        msgId - the message id
        msgParams - the message parameters
        cause - the exception cause