Searched defs:SocketException (Results 1 – 2 of 2) sorted by relevance
38 class SocketException extends IOException { class47 public SocketException(String msg) { in SocketException() method in SocketException54 public SocketException() { in SocketException() method in SocketException59 public SocketException(Throwable cause) { in SocketException() method in SocketException64 public SocketException(String msg, Throwable cause) { in SocketException() method in SocketException
32 public class SocketException extends java.io.IOException { class34 public SocketException(java.lang.String msg) { in SocketException() method in SocketException38 public SocketException() { in SocketException() method in SocketException42 public SocketException(java.lang.Throwable cause) { in SocketException() method in SocketException47 public SocketException(java.lang.String msg, java.lang.Throwable cause) { in SocketException() method in SocketException