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

<init>

NestedIOException(msg: String)

Construct a NestedIOException with the specified detail message.

Parameters

msg - the detail message

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

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

Parameters

msg - the detail message

cause - the nested exception