Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment