public class FatalBeanException extends BeansException
| 构造器和说明 |
|---|
FatalBeanException(String msg)
Create a new FatalBeanException with the specified message.
|
FatalBeanException(String msg,
Throwable cause)
Create a new FatalBeanException with the specified message
and root cause.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic FatalBeanException(String msg)
msg - the detail message