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