org.apache.http.conn
Class UnsupportedSchemeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
UnsupportedSchemeException(String message)
          Creates a UnsupportedSchemeException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedSchemeException

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



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.