org.apache.hadoop.hbase.regionserver
Class Leases.LeaseStillHeldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.regionserver.Leases.LeaseStillHeldException
All Implemented Interfaces:
Serializable
Enclosing class:
Leases

public static class Leases.LeaseStillHeldException
extends IOException

Thrown if we are asked create a lease but lease on passed name already exists.

See Also:
Serialized Form

Constructor Summary
Leases.LeaseStillHeldException(String name)
           
 
Method Summary
 String getName()
           
 
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

Leases.LeaseStillHeldException

public Leases.LeaseStillHeldException(String name)
Parameters:
name -
Method Detail

getName

public String getName()
Returns:
name of lease


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.