org.apache.hadoop.hbase.exceptions
Class HBaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HBaseException
public HBaseException()
HBaseException
public HBaseException(String message)
HBaseException
public HBaseException(String message,
Throwable t)
HBaseException
public HBaseException(Throwable t)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.