Package org.apache.hadoop.hbase.exceptions


package org.apache.hadoop.hbase.exceptions
  • Class
    Description
    org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
     
    org.apache.hadoop.hbase.exceptions.ConnectionClosedException
    Thrown when the connection is closed
    org.apache.hadoop.hbase.exceptions.ConnectionClosingException
    Thrown when the client believes that we are trying to communicate to has been repeatedly unresponsive for a while.
    org.apache.hadoop.hbase.exceptions.DeserializationException
    Failed deserialization.
    org.apache.hadoop.hbase.exceptions.FailedSanityCheckException
    Exception thrown if a mutation fails sanity checks.
    org.apache.hadoop.hbase.exceptions.HBaseException
    Base checked exception in HBase.
    org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
    Exception thrown when an illegal argument is passed to a function/procedure.
    org.apache.hadoop.hbase.exceptions.KeyManagerException
     
    org.apache.hadoop.hbase.exceptions.MasterRegistryFetchException
    Exception thrown when an master registry RPC fails in client.
    org.apache.hadoop.hbase.exceptions.MasterStoppedException
    Thrown when the master is stopped
    org.apache.hadoop.hbase.exceptions.MergeRegionException
    Thrown when something is wrong in trying to merge two regions.
    org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException
    Thrown by a RegionServer while doing next() calls on a ResultScanner.
    org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
    Deprecated.
    since 2.3.0, and will be removed in 4.0.0.
    org.apache.hadoop.hbase.exceptions.RegionMovedException
    Subclass if the server knows the region is now on another server.
    org.apache.hadoop.hbase.exceptions.RegionOpeningException
    Subclass if the server knows the region is now on another server.
    org.apache.hadoop.hbase.exceptions.RequestTooBigException
    Thrown when the size of the rpc request received by the server is too large.
    org.apache.hadoop.hbase.exceptions.ScannerResetException
    Thrown 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.SSLContextException
     
    org.apache.hadoop.hbase.exceptions.TimeoutIOException
    Exception thrown when a blocking operation times out.
    org.apache.hadoop.hbase.exceptions.TrustManagerException
     
    org.apache.hadoop.hbase.exceptions.UnexpectedStateException
     
    org.apache.hadoop.hbase.exceptions.UnknownProtocolException
    An error requesting an RPC protocol that the server is not serving.
    org.apache.hadoop.hbase.exceptions.X509Exception
    This file has been copied from the Apache ZooKeeper project.