org.apache.hadoop.hbase.regionserver
Class Leases.LeaseStillHeldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Leases.LeaseStillHeldException
public Leases.LeaseStillHeldException(String name)
- Parameters:
name
-
getName
public String getName()
- Returns:
- name of lease
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.