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 Summary
ConstructorDescriptionLeaseNotRecoveredException
(String message) LeaseNotRecoveredException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LeaseNotRecoveredException
public LeaseNotRecoveredException() -
LeaseNotRecoveredException
-
LeaseNotRecoveredException
-
LeaseNotRecoveredException
-