org.apache.hadoop.hbase.exceptions
Class HBaseIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.exceptions.HBaseIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DoNotRetryIOException, HBaseSnapshotException, PleaseHoldException, RegionException, TableInfoMissingException, WrongRowIOException

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class HBaseIOException
extends IOException

All hbase specific IOExceptions should be subclasses of HBaseIOException

See Also:
Serialized Form

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

HBaseIOException

public HBaseIOException()

HBaseIOException

public HBaseIOException(String message)

HBaseIOException

public HBaseIOException(String message,
                        Throwable cause)

HBaseIOException

public HBaseIOException(Throwable cause)


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