Home
last modified time | relevance | path

Searched refs:ConnectionResetException (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/
DConnectionResetException.java36 class ConnectionResetException extends SocketException { class
39 public ConnectionResetException(String msg) { in ConnectionResetException() method in ConnectionResetException
43 public ConnectionResetException() { in ConnectionResetException() method in ConnectionResetException
/libcore/ojluni/src/main/java/java/net/
DSocketInputStream.java35 import sun.net.ConnectionResetException;
180 } catch (ConnectionResetException rstExc) { in read()
198 } catch (ConnectionResetException rstExc) { in read()
DAbstractPlainSocketImpl.java38 import sun.net.ConnectionResetException;
539 } catch (ConnectionResetException exc1) { in available()
546 } catch (ConnectionResetException exc2) { in available()
/libcore/
Dopenjdk_java_files.bp1488 "ojluni/src/main/java/sun/net/ConnectionResetException.java",