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

Commit 0744b484 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Merge "Track ErrnoException API changes in libcore" am: 8ca1a053 am:...

Merge "Merge "Track ErrnoException API changes in libcore" am: 8ca1a053 am: ca237545" into qt-dev-plus-aosp
am: 69ef8a60

Change-Id: I51f5c645d48d6cd2032d23ec6f4d2a9d5c568f29
parents a572838e 69ef8a60
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42488,6 +42488,8 @@ package android.system {
  public final class ErrnoException extends java.lang.Exception {
    ctor public ErrnoException(String, int);
    ctor public ErrnoException(String, int, Throwable);
    method @NonNull public java.io.IOException rethrowAsIOException() throws java.io.IOException;
    method @NonNull public java.net.SocketException rethrowAsSocketException() throws java.net.SocketException;
    field public final int errno;
  }