Searched defs:RemoteException (Results 1 – 2 of 2) sorted by relevance
25 public class RemoteException extends AndroidException { class26 public RemoteException() { in RemoteException() method in RemoteException30 public RemoteException(String message) { in RemoteException() method in RemoteException35 public RemoteException(String message, Throwable cause, boolean enableSuppression, in RemoteException() method in RemoteException41 public RemoteException(Throwable cause) { in RemoteException() method in RemoteException
19 public class RemoteException extends Exception { class