Package io.netty.channel.unix
Class Errors.NativeIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.netty.channel.unix.Errors.NativeIoException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Errors
Internal usage only!
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final boolean
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionNativeIoException
(String method, int expectedErr) NativeIoException
(String method, int expectedErr, boolean fillInStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
expectedErr
private final int expectedErr -
fillInStackTrace
private final boolean fillInStackTrace
-
-
Constructor Details
-
NativeIoException
-
NativeIoException
-
-
Method Details
-
expectedErr
public int expectedErr() -
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-