Package io.micronaut.core.exceptions
Class UncheckedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.core.exceptions.UncheckedIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncheckedIOException extends java.lang.RuntimeException
Wraps aIOException
in aRuntimeException
.- Since:
- 3.5.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedIOException(java.io.IOException e)
-