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
-
-
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()
-