| Package | Description |
|---|---|
| com.networknt.exception | |
| com.networknt.status |
| Modifier and Type | Method and Description |
|---|---|
static Status |
ClientException.getStatus() |
Status |
FrameworkException.getStatus() |
Status |
ApiException.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientException.setStatus(Status status) |
| Constructor and Description |
|---|
ApiException(Status status) |
ApiException(Status status,
Throwable cause) |
ClientException(Status status) |
FrameworkException(Status status) |
FrameworkException(Status status,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusWrapper.wrap(Status status,
io.undertow.server.HttpServerExchange exchange)
Encapsulate the default status of the framework as a custom status
|
| Modifier and Type | Method and Description |
|---|---|
String |
StatusSerializer.serializeStatus(Status status)
Serialize the status and provide a custom format in the iomplementing class
|
Status |
StatusWrapper.wrap(Status status,
io.undertow.server.HttpServerExchange exchange)
Encapsulate the default status of the framework as a custom status
|
Copyright © 2022. All rights reserved.