public class ApplicationContextException extends FatalBeanException
Constructor and Description |
---|
ApplicationContextException(java.lang.String msg)
Create a new
ApplicationContextException
with the specified detail message and no root cause. |
ApplicationContextException(java.lang.String msg,
java.lang.Throwable cause)
Create a new
ApplicationContextException
with the specified detail message and the given root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
public ApplicationContextException(java.lang.String msg)
ApplicationContextException
with the specified detail message and no root cause.msg
- the detail messagepublic ApplicationContextException(java.lang.String msg, java.lang.Throwable cause)
ApplicationContextException
with the specified detail message and the given root cause.msg
- the detail messagecause
- the root cause