Merge "Make ImsException final"

am: cdc0da732d

Change-Id: Ic2aafb555b69398852409fc80f6ace5f0f92d1dc
This commit is contained in:
Brad Ebinger
2019-03-20 13:29:07 -07:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -6920,7 +6920,7 @@ package android.telephony.ims {
field public final java.util.HashMap<java.lang.String,android.os.Bundle> mParticipants; field public final java.util.HashMap<java.lang.String,android.os.Bundle> mParticipants;
} }
public class ImsException extends java.lang.Exception { public final class ImsException extends java.lang.Exception {
ctor public ImsException(@Nullable String); ctor public ImsException(@Nullable String);
ctor public ImsException(@Nullable String, int); ctor public ImsException(@Nullable String, int);
ctor public ImsException(@Nullable String, int, @Nullable Throwable); ctor public ImsException(@Nullable String, int, @Nullable Throwable);

View File

@@ -31,7 +31,7 @@ import java.lang.annotation.RetentionPolicy;
* @hide * @hide
*/ */
@SystemApi @SystemApi
public class ImsException extends Exception { public final class ImsException extends Exception {
/** /**
* The operation has failed due to an unknown or unspecified error. * The operation has failed due to an unknown or unspecified error.