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

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

Merge "Track ErrnoException API changes in libcore"

am: 8ca1a053

Change-Id: Ide4e8402bb77793ea6d7084ec5473d737a9098ec
parents 07fc302b 8ca1a053
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40418,6 +40418,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;
  }