类 ApplicationContextException

所有已实现的接口:
Serializable

public class ApplicationContextException extends FatalBeanException
Exception thrown during application context initialization.
从以下版本开始:
2018-10-05 21:33
作者:
Rod Johnson, Harry Yang
另请参阅:
  • 构造器详细资料

    • 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