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
 
public class NativeIOException
- extends IOException
 
An exception generated by a call to the native IO code.
 These exceptions simply wrap errno result codes.
- See Also:
 - Serialized Form
 
 
 
 
 
NativeIOException
public NativeIOException(String msg,
                         Errno errno)
getErrno
public Errno getErrno()
 
toString
public String toString()
- Overrides:
 toString in class Throwable
 
 
Copyright © 2009 The Apache Software Foundation