Searched refs:ConnectionResetException (Results 1 – 5 of 5) sorted by relevance
36 class ConnectionResetException extends SocketException { class39 public ConnectionResetException(String msg) { in ConnectionResetException() method in ConnectionResetException43 public ConnectionResetException() { in ConnectionResetException() method in ConnectionResetException
35 import sun.net.ConnectionResetException;174 } catch (ConnectionResetException rstExc) { in read()192 } catch (ConnectionResetException rstExc) { in read()
37 import sun.net.ConnectionResetException;501 } catch (ConnectionResetException exc1) { in available()508 } catch (ConnectionResetException exc2) { in available()
111 if (se instanceof sun.net.ConnectionResetException) { in socketWrite()
1400 ojluni/src/main/java/sun/net/ConnectionResetException.java \