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

Commit d2b1925d authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Make ImsException final" am: cdc0da73 am: ec6bf56d

am: 89a9462b

Change-Id: I71956dd999c8ec4be67bb6d58e1a1c3101e7c2b8
parents 3be2db9b 89a9462b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8575,7 +8575,7 @@ package android.telephony.ims {
    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, int);
    ctor public ImsException(@Nullable String, int, @Nullable Throwable);
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import java.lang.annotation.RetentionPolicy;
 * @hide
 */
@SystemApi
public class ImsException extends Exception {
public final class ImsException extends Exception {

    /**
     * The operation has failed due to an unknown or unspecified error.