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

Commit 7aa3b775 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Support ServiceSpecificException

Test: atest-dev CtsOsTestCasesRavenwood
Bug: 292141694
Change-Id: I9fa7548d55861d043a89539ffe70506bb46dd9b7
parent 6ef08d0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.os;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.ravenwood.annotation.RavenwoodKeepWholeClass;

/**
 * An exception specific to a service.
@@ -33,6 +34,7 @@ import android.annotation.SystemApi;
 * @hide
 */
@SystemApi
@RavenwoodKeepWholeClass
public class ServiceSpecificException extends RuntimeException {
    public final int errorCode;

+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ android.os.PackageTagsList
android.os.Parcel
android.os.Parcelable
android.os.Process
android.os.ServiceSpecificException
android.os.SystemClock
android.os.ThreadLocalWorkSource
android.os.TimestampedValue