Class HBaseIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BackupException, BadProcedureException, CallCancelledException, CallTimeoutException, CellScannerButNoCodecException, CodecException, 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

@Public public class HBaseIOException extends IOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
See Also: