Package net.i2p.socks
Class SOCKSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.i2p.socks.SOCKSException
-
- All Implemented Interfaces:
Serializable
public class SOCKSException extends IOException
Exception thrown by socket methods- Since:
- 0.9.33 moved from net.i2p.i2ptunnel.socks, and changed to extend IOException
- Author:
- human
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SOCKSException()
SOCKSException(String s)
SOCKSException(String s, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-