Package org.apache.hadoop.io.nativeio
Class NativeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.io.nativeio.NativeIOException
- All Implemented Interfaces:
Serializable
An exception generated by a call to the native IO code.
These exceptions simply wrap errno result codes on Linux,
or the System Error Code on Windows.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNativeIOException(String msg, int errorCode) NativeIOException(String msg, Errno errno) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace