From 4ff211f2919e24319600bb7007777ac7c87e33d1 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 2 Apr 2019 20:12:33 +0100 Subject: [PATCH] Track ErrnoException API changes in libcore See the associated change in libcore. Bug: 129935077 Test: See libcore/ change Change-Id: I68a98df35f070db31fa3eb2967d7fab0a78d0ecf --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/current.txt b/api/current.txt index 3ad2487f02e4b..13359080ef707 100755 --- a/api/current.txt +++ b/api/current.txt @@ -40424,6 +40424,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; }