Class HTTPClient.SocksException
All Packages Class Hierarchy This Package Previous Next Index
Class HTTPClient.SocksException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----HTTPClient.SocksException
- public class SocksException
- extends IOException
Signals that an error was received while trying to set up a connection
with the Socks server.
- Version:
- 0.2 (bug fix 2) 23/03/1997
- Author:
- Ronald Tschalär
-
SocksException()
- Constructs a SocksException with no detail message.
-
SocksException(String)
- Constructs a SocksException with the specified detail message.
SocksException
public SocksException()
- Constructs a SocksException with no detail message.
A detail message is a String that describes this particular exception.
SocksException
public SocksException(String s)
- Constructs a SocksException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the String containing a detail message
All Packages Class Hierarchy This Package Previous Next Index