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

/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DServerStackTrace.java41 void ping() throws PingException, RemoteException;
44 class PingException extends Exception { class in inherits:Exception
49 public void ping() throws PingException {
53 private void __BAR__() throws PingException {
54 throw new PingException();
58 throws PingException, RemoteException
76 } catch (PingException e) {

Completed in 28 milliseconds