Searched defs:RemoteException (Results 1 – 2 of 2) sorted by relevance
31 public class RemoteException extends AndroidException { class32 public RemoteException() { in RemoteException() method in RemoteException36 public RemoteException(String message) { in RemoteException() method in RemoteException41 public RemoteException(String message, Throwable cause, boolean enableSuppression, in RemoteException() method in RemoteException47 public RemoteException(Throwable cause) { in RemoteException() method in RemoteException
19 public class RemoteException extends Exception { class