Package org.jsoup

Class UnsupportedMimeTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedMimeTypeException extends IOException
Signals that a HTTP response returned a mime type that is not supported.
See Also:
  • Constructor Details

    • UnsupportedMimeTypeException

      public UnsupportedMimeTypeException(String message, String mimeType, String url)
  • Method Details