FatalBeanException(msg: String)
Create a new FatalBeanException with the specified message.
msg - the detail message
msg
FatalBeanException(msg: String, @Nullable cause: Throwable)
Create a new FatalBeanException with the specified message and root cause.
cause - the root cause
cause