org.apache.hadoop.hbase
Class RegionTooBusyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.RegionTooBusyException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class RegionTooBusyException
extends IOException

Thrown by a region server if it will block and wait to serve a request. For example, the client wants to insert something to a region while the region is compacting.

See Also:
Serialized Form

Constructor Summary
RegionTooBusyException()
          default constructor
RegionTooBusyException(String msg)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegionTooBusyException

public RegionTooBusyException()
default constructor


RegionTooBusyException

public RegionTooBusyException(String msg)
Constructor

Parameters:
msg - message


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.