spring-framework / org.springframework.beans / FatalBeanException / <init>

<init>

FatalBeanException(msg: String)

Create a new FatalBeanException with the specified message.

Parameters

msg - the detail message

FatalBeanException(msg: String, @Nullable cause: Throwable)

Create a new FatalBeanException with the specified message and root cause.

Parameters

msg - the detail message

cause - the root cause