Class ApplicationContextException

    • Constructor Detail

      • ApplicationContextException

        public ApplicationContextException​(String msg)
        Create a new ApplicationContextException with the specified detail message and no root cause.
        Parameters:
        msg - the detail message
      • ApplicationContextException

        public ApplicationContextException​(String msg,
                                           Throwable cause)
        Create a new ApplicationContextException with the specified detail message and the given root cause.
        Parameters:
        msg - the detail message
        cause - the root cause