Searched defs:RemoteException (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/tools/rmi/
H A DRemoteException.java19 * <code>RemoteException</code> represents any exception thrown
22 public class RemoteException extends RuntimeException { class in inherits:RuntimeException
23 public RemoteException(String msg) { method in class:RemoteException
27 public RemoteException(Exception e) { method in class:RemoteException

Completed in 20 milliseconds