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
public class UnsupportedSchemeException
- extends IOException
Signals failure to establish connection using an unknown protocol scheme.
- Since:
- 4.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedSchemeException
public UnsupportedSchemeException(String message)
- Creates a UnsupportedSchemeException with the specified detail message.
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.