public class ServerException extends InvocationException
| Constructor | Description |
|---|---|
ServerException(int code,
java.lang.String message,
com.fasterxml.jackson.databind.JsonNode data,
com.fasterxml.jackson.databind.JsonNode debugErrorData) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCode() |
|
com.fasterxml.jackson.databind.JsonNode |
getData() |
|
com.fasterxml.jackson.databind.JsonNode |
getDebugErrorData() |