org.apache.hadoop.fs
Class ChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.ChecksumException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
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 © 2014 Apache Software Foundation. All Rights Reserved.