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:
java.io.Serializable
- Enclosing class:
- Errors
public static final class Errors.NativeIoException extends java.io.IOException
Internal usage only!- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
expectedErr
private boolean
fillInStackTrace
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NativeIoException(java.lang.String method, int expectedErr)
NativeIoException(java.lang.String method, int expectedErr, boolean fillInStackTrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
expectedErr()
java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
expectedErr
private final int expectedErr
-
fillInStackTrace
private final boolean fillInStackTrace
-
-