Package io.micronaut.http.exceptions
Class MessageBodyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.codec.CodecException
io.micronaut.http.exceptions.MessageBodyException
- All Implemented Interfaces:
Serializable
Exception that occurs when reading or writing a message body.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionMessageBodyException
(String message) MessageBodyException
(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
-
MessageBodyException
-
MessageBodyException
-