Module java.base
Package java.io

Class UncheckedIOException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UncheckedIOException extends RuntimeException
Wraps an IOException with an unchecked exception.
Since:
1.8
See Also: