类 ApplicationContextException

    • 构造器详细资料

      • ApplicationContextException

        public ApplicationContextException​(String msg)
        Create a new ApplicationContextException with the specified detail message and no root cause.
        参数:
        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.
        参数:
        msg - the detail message
        cause - the root cause