Package org.apache.hadoop.hbase
Class YouAreDeadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.YouAreDeadException
- All Implemented Interfaces:
Serializable
This exception is thrown by the master when a region server reports and is already being
processed as dead. This can happen when a region server loses its session but didn't figure it
yet.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YouAreDeadException
- Parameters:
message
- the message for this exception
-