Package org.apache.hadoop.hbase.exceptions
package org.apache.hadoop.hbase.exceptions
-
ClassDescriptionorg.apache.hadoop.hbase.exceptions.ClientExceptionsUtilorg.apache.hadoop.hbase.exceptions.ConnectionClosedExceptionThrown when the connection is closedorg.apache.hadoop.hbase.exceptions.ConnectionClosingExceptionThrown when the client believes that we are trying to communicate to has been repeatedly unresponsive for a while.org.apache.hadoop.hbase.exceptions.DeserializationExceptionFailed deserialization.org.apache.hadoop.hbase.exceptions.FailedSanityCheckExceptionException thrown if a mutation fails sanity checks.org.apache.hadoop.hbase.exceptions.HBaseExceptionBase checked exception in HBase.org.apache.hadoop.hbase.exceptions.IllegalArgumentIOExceptionException thrown when an illegal argument is passed to a function/procedure.org.apache.hadoop.hbase.exceptions.KeyManagerExceptionorg.apache.hadoop.hbase.exceptions.MasterRegistryFetchExceptionException thrown when an master registry RPC fails in client.org.apache.hadoop.hbase.exceptions.MasterStoppedExceptionThrown when the master is stoppedorg.apache.hadoop.hbase.exceptions.MergeRegionExceptionThrown when something is wrong in trying to merge two regions.org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextExceptionThrown by a RegionServer while doing next() calls on a ResultScanner.org.apache.hadoop.hbase.exceptions.PreemptiveFastFailExceptionDeprecated.since 2.3.0, and will be removed in 4.0.0.org.apache.hadoop.hbase.exceptions.RegionMovedExceptionSubclass if the server knows the region is now on another server.org.apache.hadoop.hbase.exceptions.RegionOpeningExceptionSubclass if the server knows the region is now on another server.org.apache.hadoop.hbase.exceptions.RequestTooBigExceptionThrown when the size of the rpc request received by the server is too large.org.apache.hadoop.hbase.exceptions.ScannerResetExceptionThrown when the server side has received an Exception, and asks the Client to reset the scanner state by closing the current region scanner, and reopening from the start of last seen row.org.apache.hadoop.hbase.exceptions.SSLContextExceptionorg.apache.hadoop.hbase.exceptions.TimeoutIOExceptionException thrown when a blocking operation times out.org.apache.hadoop.hbase.exceptions.TrustManagerExceptionorg.apache.hadoop.hbase.exceptions.UnexpectedStateExceptionorg.apache.hadoop.hbase.exceptions.UnknownProtocolExceptionAn error requesting an RPC protocol that the server is not serving.org.apache.hadoop.hbase.exceptions.X509ExceptionThis file has been copied from the Apache ZooKeeper project.