Package io.micronaut.jaxrs.common
Class JaxRsIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.codec.CodecException
io.micronaut.jaxrs.common.JaxRsIOException
- All Implemented Interfaces:
Serializable
The wrapper for
IOException
thrown in Micronaut Body readers / writers.- Since:
- 4.9
- Author:
- Denis Stepanov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaxRsIOException
(IOException cause) JaxRsIOException
(String message, IOException 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
-
JaxRsIOException
-
JaxRsIOException
-