Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteException.java22 public class RemoteException extends Exception { class
23 public RemoteException(Throwable t) { in RemoteException() method in RemoteException
27 public RemoteException(String msg) { in RemoteException() method in RemoteException
31 public RemoteException(String msg, Throwable e) { in RemoteException() method in RemoteException