Class ServerCrashException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.master.procedure.ServerCrashException
- All Implemented Interfaces:
Serializable
Passed as Exception by
ServerCrashProcedure
notifying on-going RIT that server has
failed. This exception is less an error-condition than it is a signal to waiting procedures that
they can now proceed.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
procId
-
serverName
-
-
Constructor Details
-
ServerCrashException
- Parameters:
serverName
- The server that crashed.
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-