Class UnsupportedSchemeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.http.conn.UnsupportedSchemeException
All Implemented Interfaces:
Serializable

public class UnsupportedSchemeException extends IOException
Signals failure to establish connection using an unknown protocol scheme.
Since:
4.3
See Also:
  • Constructor Details

    • UnsupportedSchemeException

      public UnsupportedSchemeException(String message)
      Creates a UnsupportedSchemeException with the specified detail message.