Searched refs:RemoteException (Results 1 - 20 of 20) sorted by relevance

/external/javassist/src/main/javassist/tools/rmi/
H A DRemoteException.java19 * <code>RemoteException</code> represents any exception thrown
22 public class RemoteException extends RuntimeException { class in inherits:RuntimeException
23 public RemoteException(String msg) { method in class:RemoteException
27 public RemoteException(Exception e) { method in class:RemoteException
H A DSample.java32 throws RemoteException
34 throw new RemoteException("cannot call a static method.");
H A DObjectImporter.java65 * into <code>RemoteException</code>. Since this exception is a subclass
71 * @see javassist.tools.rmi.RemoteException
202 throws RemoteException
258 throw new RemoteException(e);
261 throw new RemoteException(e);
264 throw new RemoteException(e);
270 throw new RemoteException(errmsg);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessenger.java11 import android.os.RemoteException;
23 public void send(Message message) throws RemoteException {
H A DShadowBinder.java5 import android.os.RemoteException;
21 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
H A DShadowRemoteCallbackList.java8 import android.os.RemoteException;
54 } catch (RemoteException e) {
/external/robolectric/src/main/java/android/os/
H A DShadowBinderBridge.java13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DShadowBinderTest.java5 import android.os.RemoteException;
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
H A DApplicationTest.java14 import android.os.RemoteException;
270 public String getInterfaceDescriptor() throws RemoteException {
290 public void dump(FileDescriptor fd, String[] args) throws RemoteException {
294 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
308 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException {
H A DContentResolverTest.java29 import android.os.RemoteException;
204 public void applyBatch() throws RemoteException, OperationApplicationException {
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DTranslatorManager.java26 import android.os.RemoteException;
118 } catch (RemoteException ex) {
168 } catch (RemoteException ex) {
197 } catch (RemoteException ex) {
210 } catch (RemoteException ex) {
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
H A DSelfBrailleClient.java30 import android.os.RemoteException;
117 } catch (RemoteException ex) {
141 } catch (RemoteException ex) {
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DDisplay.java26 import android.os.RemoteException;
133 } catch (RemoteException ex) {
167 } catch (RemoteException e) {
225 } catch (RemoteException e) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DChildProcessService.java15 import android.os.RemoteException;
229 } catch (RemoteException e) {
249 } catch (RemoteException e) {
/external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/
H A DPersonalAutofillPopulator.java19 import android.os.RemoteException;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessConnection.java393 } catch (android.os.RemoteException re) {
H A DContentVideoView.java14 import android.os.RemoteException;
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py5432 class RemoteException(Exception): class in class:_RemoteProxy
5479 raise self.RemoteException('Error sending remote method call request.')
5484 raise self.RemoteException('Client disconnected during method call.')
5491 raise self.RemoteException('%s raised by remote client: %s' %
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5701 milliseconds