Package org.apache.http.conn
Class UnsupportedSchemeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.http.conn.UnsupportedSchemeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedSchemeException extends java.io.IOException
Signals failure to establish connection using an unknown protocol scheme.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSchemeException(java.lang.String message)
Creates a UnsupportedSchemeException with the specified detail message.
-