Package | Description |
---|---|
com.digi.wva.exc |
Modifier and Type | Class and Description |
---|---|
static class |
WvaHttpException.WvaHttpBadRequest
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 400 response.
|
static class |
WvaHttpException.WvaHttpForbidden
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 403 response.
|
static class |
WvaHttpException.WvaHttpInternalServerError
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 500 response.
|
static class |
WvaHttpException.WvaHttpNotFound
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 404 response.
|
static class |
WvaHttpException.WvaHttpRequestUriTooLong
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 414 response.
|
static class |
WvaHttpException.WvaHttpServiceUnavailable
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 503 response.
|