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