public class SocksException
extends java.io.IOException
Title: Framework Support Library
Description: Signals that an error was received while trying to set up a connection with the Socks server.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
SocksException()
Constructs a SocksException with no detail message.
|
SocksException(java.lang.String s)
Constructs a SocksException with the specified detail message.
|
public SocksException()
public SocksException(java.lang.String s)
s
- the String containing a detail messageCopyright © 2015-2024 StreamScape Technologies. All rights reserved.