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

/openjdk7/jdk/src/share/classes/java/rmi/
H A DServerException.java29 * A <code>ServerException</code> is thrown as a result of a remote method
34 * A <code>ServerException</code> instance contains the original
40 public class ServerException extends RemoteException { class in inherits:RemoteException
46 * Constructs a <code>ServerException</code> with the specified
52 public ServerException(String s) { method in class:ServerException
57 * Constructs a <code>ServerException</code> with the specified
64 public ServerException(String s, Exception ex) { method in class:ServerException

Completed in 34 milliseconds