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:
    Serialized Form
    • Constructor Detail

      • UnsupportedMimeTypeException

        public UnsupportedMimeTypeException​(String message,
                                            String mimeType,
                                            String url)