Merge "Track ErrnoException API changes in libcore"

am: 8ca1a0530f

Change-Id: Ide4e8402bb77793ea6d7084ec5473d737a9098ec
This commit is contained in:
Neil Fuller
2019-04-05 10:07:04 -07:00
committed by android-build-merger

View File

@@ -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;
}