Searched refs:remoteException (Results 1 – 1 of 1) sorted by relevance
78 public static RuntimeException rethrowAsRuntimeException(RemoteException remoteException) { in rethrowAsRuntimeException() argument79 throw new RuntimeException(remoteException); in rethrowAsRuntimeException()