org.apache.hadoop.fs
Class ChecksumException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               org.apache.hadoop.fs.ChecksumException
org.apache.hadoop.fs.ChecksumException
- All Implemented Interfaces: 
- Serializable
- public class ChecksumException 
- extends IOException
Thrown for checksum errors.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ChecksumException
public ChecksumException(String description,
                         long pos)
getPos
public long getPos()
- 
 
Copyright © 2009 The Apache Software Foundation