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

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerNotActiveException.java29 * An <code>ServerNotActiveException</code> is an <code>Exception</code>
38 public class ServerNotActiveException extends java.lang.Exception { class in inherits:java.lang.Exception
44 * Constructs an <code>ServerNotActiveException</code> with no specified
48 public ServerNotActiveException() {} method in class:ServerNotActiveException
51 * Constructs an <code>ServerNotActiveException</code> with the specified
57 public ServerNotActiveException(String s) method in class:ServerNotActiveException

Completed in 29 milliseconds