Package net.i2p.socks

Class 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:
  • Constructor Details

    • SOCKSException

      public SOCKSException()
    • SOCKSException

      public SOCKSException(String s)
    • SOCKSException

      public SOCKSException(String s, Throwable t)
      Since:
      0.9.27