org.apache.hadoop.hbase.exceptions
Class YouAreDeadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.YouAreDeadException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class YouAreDeadException
- extends IOException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
YouAreDeadException
public YouAreDeadException(String message)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.