Class JaxRsIOException

All Implemented Interfaces:
Serializable

@Internal public final class JaxRsIOException extends CodecException
The wrapper for IOException thrown in Micronaut Body readers / writers.
Since:
4.9
Author:
Denis Stepanov
See Also:
  • Constructor Details

    • JaxRsIOException

      public JaxRsIOException(String message, IOException cause)
    • JaxRsIOException

      public JaxRsIOException(IOException cause)