Package org.jsoup

Class UncheckedIOException

All Implemented Interfaces:
Serializable

@Deprecated public class UncheckedIOException extends UncheckedIOException
Deprecated.
Use UncheckedIOException instead. This class acted as a compatibility shim for Java versions prior to 1.8.
See Also:
  • Constructor Details

    • UncheckedIOException

      public UncheckedIOException(IOException cause)
      Deprecated.
    • UncheckedIOException

      public UncheckedIOException(String message)
      Deprecated.
  • Method Details

    • ioException

      public IOException ioException()
      Deprecated.