Package org.apache.hadoop.hbase
Class HBaseIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BackupException
,BadProcedureException
,CallCancelledException
,CallTimeoutException
,CellScannerButNoCodecException
,CodecException
,ColumnFamilyMismatchException
,ConnectionClosedException
,CorruptedWALProcedureStoreException
,DamagedWALException
,DecommissionedHostRejectedException
,DoNotRetryIOException
,FailedRemoteDispatchException
,FailedServerException
,FallbackDisallowedException
,HBaseServerException
,LeaseNotRecoveredException
,MasterNotRunningException
,MasterRegistryFetchException
,NoSuchProcedureException
,PleaseHoldException
,PleaseRestartMasterException
,RegionException
,RpcThrottlingException
,SecurityNotEnabledException
,ServerCrashException
,ServiceNotRunningException
,SplitWALCallable.ErrorWALSplitException
,SplitWALCallable.PreemptedWALSplitException
,SplitWALCallable.ResignedWALSplitException
,TableInfoMissingException
,UnexpectedStateException
,WALSyncTimeoutIOException
,WrongRowIOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHBaseIOException
(String message) HBaseIOException
(String message, Throwable cause) HBaseIOException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
HBaseIOException
public HBaseIOException() -
HBaseIOException
-
HBaseIOException
-
HBaseIOException
-