Package io.micronaut.http.multipart
Class MultipartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.multipart.MultipartException
- All Implemented Interfaces:
Serializable
Exception thrown during multipart handling.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionMultipartException
(String message) MultipartException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipartException
- Parameters:
message
- The messagecause
- The throwable
-
MultipartException
- Parameters:
message
- The message
-