Searched refs:reportException (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DAppleUser.java34 void reportException(Exception status) throws RemoteException; method in interface:AppleUser
H A DApplicationServer.java101 user.reportException(e);
115 user.reportException(e);
H A DAppleUserImpl.java112 public void reportException(Exception status) throws RemoteException { method in class:AppleUserImpl
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleUser.java29 public void reportException(Exception status) throws RemoteException; method in interface:AppleUser
H A DAppleUserImpl.java68 public void reportException(Exception status) throws RemoteException { method in class:AppleUserImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DContactInfoListIterator.java69 public boolean reportException(ContactInfo contactInfo, method in interface:ContactInfoListIterator
77 * the iterator via {@link #reportException}).
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXBaseWriter.java83 reportException("ERROR", e);
87 reportException("FATAL", e);
91 reportException("WARNING", e);
173 protected void reportException(String type, SAXException e) method in class:SAX2StAXBaseWriter
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoListIteratorImpl.java87 public boolean reportException(ContactInfo contactInfo, method in class:SocketFactoryContactInfoListIteratorImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaContactInfoListIteratorImpl.java171 public boolean reportException(ContactInfo contactInfo, method in class:CorbaContactInfoListIteratorImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java198 .reportException(contactInfo, e);
304 // iterator.reportException so it can determine if it wants
406 .reportException(messageMediator.getContactInfo(), e);
497 .reportException(messageMediator.getContactInfo(), se);

Completed in 94 milliseconds