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

/openjdk7/jdk/src/share/classes/java/rmi/
H A DConnectIOException.java29 * A <code>ConnectIOException</code> is thrown if an
36 public class ConnectIOException extends RemoteException { class in inherits:RemoteException
42 * Constructs a <code>ConnectIOException</code> with the specified
48 public ConnectIOException(String s) { method in class:ConnectIOException
54 * Constructs a <code>ConnectIOException</code> with the specified
61 public ConnectIOException(String s, Exception ex) { method in class:ConnectIOException

Completed in 59 milliseconds