org.apache.hadoop.hbase.exceptions
Class HBaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hbase.exceptions.HBaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeserializationException, ReplicationException

@InterfaceAudience.Private
public class HBaseException
extends Exception

Base checked exception in HBase.

See Also:
HBASE-5796, Serialized Form

Constructor Summary
HBaseException()
           
HBaseException(String message)
           
HBaseException(String message, Throwable t)
           
HBaseException(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

HBaseException

public HBaseException()

HBaseException

public HBaseException(String message)

HBaseException

public HBaseException(String message,
                      Throwable t)

HBaseException

public HBaseException(Throwable t)


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.