public static final class Errors.NativeIoException extends IOException
Constructor and Description |
---|
NativeIoException(String method,
int expectedErr) |
NativeIoException(String method,
int expectedErr,
boolean fillInStackTrace) |
Modifier and Type | Method and Description |
---|---|
int |
expectedErr() |
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NativeIoException(String method, int expectedErr)
public NativeIoException(String method, int expectedErr, boolean fillInStackTrace)
public int expectedErr()
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2008–2024 The Netty Project. All rights reserved.