org.apache.hadoop.hbase.io.hfile
Class CorruptHFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.io.hfile.CorruptHFileException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
public class CorruptHFileException
- extends DoNotRetryIOException
This exception is thrown when attempts to read an HFile fail due to corruption or truncation
issues.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CorruptHFileException
public CorruptHFileException(String m,
Throwable t)
CorruptHFileException
public CorruptHFileException(String m)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.