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