public class MultipartException extends HttpException
| Constructor and Description |
|---|
MultipartException(java.lang.String msg)
Constructor for MultipartException.
|
MultipartException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for MultipartException.
|
getStatusCodepublic MultipartException(java.lang.String msg)
msg - the detail message.public MultipartException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause from the multipart parsing API in use