Merge "Merge "Track ErrnoException API changes in libcore" am: 8ca1a0530f
am: ca237545f4" into qt-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
69ef8a6063
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user