Searched defs:ClosedConnectionException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DClosedConnectionException.java48 public class ClosedConnectionException extends java.io.IOException { class in inherits:java.io.IOException
51 * Constructs a <tt>ClosedConnectionException</tt> with no detail
54 public ClosedConnectionException() { method in class:ClosedConnectionException
58 * Constructs a <tt>ClosedConnectionException</tt> with the
63 public ClosedConnectionException(String message) { method in class:ClosedConnectionException

Completed in 108 milliseconds