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:
Serializable
Signals failure to establish connection using an unknown protocol scheme.
- Since:
- 4.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedSchemeException
(String message) Creates a UnsupportedSchemeException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedSchemeException
Creates a UnsupportedSchemeException with the specified detail message.
-