Package org.jsoup
Class UncheckedIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.io.UncheckedIOException
-
- org.jsoup.UncheckedIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncheckedIOException extends java.io.UncheckedIOException
Deprecated.UseUncheckedIOException
instead. This class acted as a compatibility shim for Java versions prior to 1.8.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedIOException(java.io.IOException cause)
Deprecated.UncheckedIOException(java.lang.String message)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.IOException
ioException()
Deprecated.
-