File
Doc
Category
Size
Date
Package
RemoteException.java
API Doc
Android 5.1 API
1062
Thu Mar 12 22:22:10 GMT 2015
android.os
RemoteException
java.lang.Object
android.util.AndroidException
public class RemoteException extends android.util.AndroidException
Parent exception for all Binder remote-invocation errors
Fields Summary
Constructors Summary
public RemoteException
()
super();
public RemoteException
(
String
message)
super(message);
Methods Summary
public
java.lang.RuntimeException
rethrowAsRuntimeException
()
{@hide}
throw new RuntimeException(this);
Java Code Source