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

/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java118 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
143 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
159 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
177 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
207 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
226 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
348 public static NamingException wrapRemoteException(RemoteException re) { method in class:RegistryContext
372 ne = wrapRemoteException((RemoteException)re.detail);
400 throw (NamingException)wrapRemoteException(e).fillInStackTrace();
462 wrapRemoteException(
[all...]

Completed in 35 milliseconds