org.apache.hadoop.hbase.util
Class HBaseFsck.HbckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.util.HBaseFsck.HbckException
All Implemented Interfaces:
Serializable
Enclosing class:
HBaseFsck

public static class HBaseFsck.HbckException
extends IOException

A base class for all hbck generated exceptions

See Also:
Serialized Form

Constructor Summary
HBaseFsck.HbckException(String s, IOException ioe)
           
 
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

HBaseFsck.HbckException

public HBaseFsck.HbckException(String s,
                               IOException ioe)


Copyright © 2012 Cloudera. All Rights Reserved.