org.apache.hadoop.hbase.io.hfile
Class CorruptHFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.HBaseIOException
                  extended by org.apache.hadoop.hbase.DoNotRetryIOException
                      extended by 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

Constructor Summary
CorruptHFileException(String m)
           
CorruptHFileException(String m, Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorruptHFileException

public CorruptHFileException(String m,
                             Throwable t)

CorruptHFileException

public CorruptHFileException(String m)


Copyright © 2015 The Apache Software Foundation. All rights reserved.