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

Commit 264915fd authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Make ImsException final

Bug: 128902253
Test: atest FrameworksTelephonyTests
Change-Id: I88058f8382978163718de8194249fad87ae52d10
parent 289759e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6919,7 +6919,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.