Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5f1631e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "RemoteException: more docs" am: 05fbcfe6 am: 6a5f9a92 am:...

Merge "RemoteException: more docs" am: 05fbcfe6 am: 6a5f9a92 am: 38fa7907 am: 7d161a4c am: 56bf1c94

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2503996



Change-Id: Iaa2d4a3dd368386b01750134a76ae2bc0f5d1e96
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ba346c27 56bf1c94
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21,6 +21,12 @@ import android.util.AndroidException;

/**
 * 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 RemoteException() {