Searched refs:newException (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DUtil.java37 static RuntimeException newException(Exception e) { method in class:Util
H A DGarbageCollectionNotifInfoCompositeData.java102 throw Util.newException(e);
212 throw Util.newException(e);
H A DGcInfoBuilder.java167 throw Util.newException(e);
H A DManagementFactoryHelper.java350 throw Util.newException(e.getException());
407 throw Util.newException(e.getException());
H A DGcInfoCompositeData.java286 throw Util.newException(e);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java411 Exception newException =
416 if (newException == e) {
421 newException);
424 if (newException instanceof RuntimeException){
425 throw (RuntimeException)newException;
427 else if (newException instanceof RemarshalException)
429 throw (RemarshalException)newException;
567 Exception newException = null;
572 newException = orb.getPIHandler().invokeClientPIEndingPoint(
574 messageMediator.setDIIException(newException);
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPIHandlerImpl.java640 Exception newException = info.getException();
646 ( newException != prevException ) )
648 throw (SystemException)newException;

Completed in 37 milliseconds