Home
last modified time | relevance | path

Searched refs:ClosedConnectionException (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/spi/
DClosedConnectionException.java49 public class ClosedConnectionException extends java.io.IOException { class
55 public ClosedConnectionException() { in ClosedConnectionException() method in ClosedConnectionException
64 public ClosedConnectionException(String message) { in ClosedConnectionException() method in ClosedConnectionException
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DSocketTransportService.java404 throw new ClosedConnectionException("connection is closed"); in readPacket()
417 throw new ClosedConnectionException("connection is closed"); in readPacket()
453 throw new ClosedConnectionException("connection is closed"); in readPacket()
471 throw new ClosedConnectionException("connection is closed"); in writePacket()
505 throw new ClosedConnectionException("connection is closed"); in writePacket()