org.apache.hadoop.hbase.exceptions
Class HBaseIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.