Merge "RemoteException: more docs" am: 05fbcfe6db am: 6a5f9a92c6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2503996 Change-Id: Ia89f56988c6796f6bfd4009d3de9896003cca4d3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -21,6 +21,12 @@ import android.util.AndroidException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Parent exception for all Binder remote-invocation errors
|
* Parent exception for all Binder remote-invocation errors
|
||||||
|
*
|
||||||
|
* Note: not all exceptions from binder services will be subclasses of this.
|
||||||
|
* For instance, RuntimeException and several subclasses of it may be
|
||||||
|
* thrown as well as OutOfMemoryException.
|
||||||
|
*
|
||||||
|
* One common subclass is {@link DeadObjectException}.
|
||||||
*/
|
*/
|
||||||
public class RemoteException extends AndroidException {
|
public class RemoteException extends AndroidException {
|
||||||
public RemoteException() {
|
public RemoteException() {
|
||||||
|
|||||||
Reference in New Issue
Block a user