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

/openjdk9/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DUtilDelegate.java60 * Delegation call for {@link Util#mapSystemException}.
62 RemoteException mapSystemException(SystemException ex); method in interface:UtilDelegate
H A DUtil.java78 public static RemoteException mapSystemException(SystemException ex) { method in class:Util
81 return utilDelegate.mapSystemException(ex);
/openjdk9/jdk/test/javax/rmi/PortableRemoteObject/
H A D_HelloInterface_Stub.java55 throw Util.mapSystemException(ex);
94 throw Util.mapSystemException(ex);
134 throw Util.mapSystemException(ex);
174 throw Util.mapSystemException(ex);
214 throw Util.mapSystemException(ex);
254 throw Util.mapSystemException(ex);
/openjdk9/jdk/test/com/sun/corba/serialization/
H A DObjectStreamTest$_Echo_Stub.java72 throw Util.mapSystemException(ex);
/openjdk9/jdk/test/javax/rmi/PortableRemoteObject/8146975/
H A D_HelloInterface_Stub.java74 throw Util.mapSystemException(ex);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java135 throw Util.mapSystemException(ex) ;
164 throw Util.mapSystemException(ex) ;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java185 public RemoteException mapSystemException(SystemException ex) method in class:Util
646 throw javax.rmi.CORBA.Util.mapSystemException(e);
661 return mapSystemException((SystemException)orig);

Completed in 118 milliseconds