@InterfaceAudience.Private public class ServerCrashException extends HBaseIOException
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.| Modifier and Type | Field and Description |
|---|---|
private long |
procId |
private ServerName |
serverName |
| Constructor and Description |
|---|
ServerCrashException(long procId,
ServerName serverName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate final long procId
private final ServerName serverName
public ServerCrashException(long procId, ServerName serverName)
serverName - The server that crashed.public String getMessage()
getMessage in class ThrowableCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.