Class CannedQueryException

    • Constructor Detail

      • CannedQueryException

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

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

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

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