public class ApplicationContextException
extends org.springframework.beans.FatalBeanException
| 构造器和说明 |
|---|
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, getRootCausepublic ApplicationContextException(String msg)
ApplicationContextException
with the specified detail message and no root cause.msg - the detail message