Searched refs:PingException (Results 1 - 2 of 2) 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) {
H A DServerStackTrace_Stub.java53 throws PingException, java.rmi.RemoteException
61 } catch (PingException e) {

Completed in 39 milliseconds