org.hbase.async
Class BrokenMetaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hbase.async.HBaseException
                  extended by org.hbase.async.NonRecoverableException
                      extended by org.hbase.async.BrokenMetaException
All Implemented Interfaces:
Serializable

public final class BrokenMetaException
extends NonRecoverableException

Indicates that the .META. or -ROOT- table is corrupted.

See Also:
Serialized Form

Method Summary
 byte[] table()
          Returns the name of the table for which we were trying to lookup a region.
 
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
 

Method Detail

table

public byte[] table()
Returns the name of the table for which we were trying to lookup a region.

Returns:
A possibly null byte array.