Merge "Track ErrnoException API changes in libcore" am: 8ca1a0530f

am: ca237545f4

Change-Id: Ia5ff263bf04f73d70334031991bc230e5dfec14b
This commit is contained in:
Neil Fuller
2019-04-08 10:20:32 -07:00
committed by android-build-merger

View File

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