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:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeIoException(String method, int expectedErr) NativeIoException(String method, int expectedErr, boolean fillInStackTrace) -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeIoException
-
NativeIoException
-
-
Method Details
-
expectedErr
public int expectedErr() -
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-