public class StatusInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusInfo.State |
| Constructor and Description |
|---|
StatusInfo(StatusInfo.State state,
String text,
String serverName,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
String |
getServerName() |
String |
getStackTrace() |
StatusInfo.State |
getState() |
String |
getText()
Plaintext message.
|
public StatusInfo(StatusInfo.State state, String text, String serverName, Exception exception)
public StatusInfo.State getState()
public Exception getException()
public String getText()
public String getServerName()
public String getStackTrace()
Copyright © 2016–2017. All rights reserved.