Class QueryModelException

    • Constructor Detail

      • QueryModelException

        public QueryModelException​(String msgId)
        Parameters:
        msgId - String
      • QueryModelException

        public QueryModelException​(String msgId,
                                   Object[] msgParams)
        Parameters:
        msgId - String
        msgParams - Object[]
      • QueryModelException

        public QueryModelException​(String msgId,
                                   Throwable cause)
        Parameters:
        msgId - String
        cause - Throwable
      • QueryModelException

        public QueryModelException​(String msgId,
                                   Object[] msgParams,
                                   Throwable cause)
        Parameters:
        msgId - String
        msgParams - Object[]
        cause - Throwable