Class ApplicationContextException

All Implemented Interfaces:
Serializable

public class ApplicationContextException extends FatalBeanException
Exception thrown during application context initialization.
Author:
Rod Johnson
See Also:
  • Constructor Details

    • 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