Class RepositoryConfigException

    • Constructor Detail

      • RepositoryConfigException

        public RepositoryConfigException()
        Constructor for QueryNotFoundException without message detail
      • RepositoryConfigException

        public RepositoryConfigException​(String msg)
        Constructor for QueryNotFoundException.
        Parameters:
        msg - the detail from exception message
      • RepositoryConfigException

        public RepositoryConfigException​(String msg,
                                         Throwable cause)
        Constructor for QueryNotFoundException.
        Parameters:
        msg - the detail from exception message
        cause - the trouble root cause , usually JDBC family exception
      • RepositoryConfigException

        public RepositoryConfigException​(Throwable cause)