public class ApplicationContextException extends FatalBeanException
| Constructor and Description | 
|---|
| ApplicationContextException(String msg)Create a new  ApplicationContextExceptionwith the specified detail message and no root cause. | 
| ApplicationContextException(String msg,
                           Throwable cause)Create a new  ApplicationContextExceptionwith the specified detail message and the given root cause. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationContextException(String msg)
ApplicationContextException
 with the specified detail message and no root cause.msg - the detail message