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

Commit 1eba503e authored by Steven Moreland's avatar Steven Moreland
Browse files

RemoteException: more docs

Provide info about other types of exceptions that may be
thrown from binder services and mention
DeadObjectException.

Bug: 150808347
Test: N/A
Change-Id: Ic95e4c8f7efb5527bfc0d9c72cdd645983e71bb3
parent 042dc5fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -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() {