spring-framework / org.springframework.web.multipart / MultipartException / <init>

<init>

MultipartException(msg: String)

Constructor for MultipartException.

Parameters

msg - the detail message

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

Constructor for MultipartException.

Parameters

msg - the detail message

cause - the root cause from the multipart parsing API in use