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

/openjdk7/jdk/src/share/classes/java/rmi/
H A DServerRuntimeException.java30 * <code>ServerRuntimeException</code> is thrown as a result of a
36 * A <code>ServerRuntimeException</code> instance contains the original
39 * <p>A <code>ServerRuntimeException</code> is not thrown from servers
47 public class ServerRuntimeException extends RemoteException { class in inherits:RemoteException
53 * Constructs a <code>ServerRuntimeException</code> with the specified
62 public ServerRuntimeException(String s, Exception ex) { method in class:ServerRuntimeException

Completed in 21 milliseconds