public class SocksException extends IOException
Constructor and Description |
---|
SocksException()
Constructs a SocksException with no detail message.
|
SocksException(String s)
Constructs a SocksException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SocksException()
public SocksException(String s)
s
- the String containing a detail messageCopyright © 2000-2014. All Rights Reserved.