spring-framework / org.springframework.core / NestedCheckedException / <init>

<init>

NestedCheckedException(msg: String)

Construct a NestedCheckedException with the specified detail message.

Parameters

msg - the detail message

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

Construct a NestedCheckedException with the specified detail message and nested exception.

Parameters

msg - the detail message

cause - the nested exception