Package org.apache.hadoop.hbase.util
Class LeaseNotRecoveredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.util.LeaseNotRecoveredException
- All Implemented Interfaces:
- Serializable
Thrown when the lease was expected to be recovered, but the file can't be opened.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLeaseNotRecoveredException(String message) LeaseNotRecoveredException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LeaseNotRecoveredExceptionpublic LeaseNotRecoveredException()
- 
LeaseNotRecoveredException
- 
LeaseNotRecoveredException
- 
LeaseNotRecoveredException
 
-