Exception | Description |
---|---|
BadRequestException |
Thrown when connection is returned 401 Bad Request.
|
ConnectionFailException |
Thrown when Connection fails to connect to an address.
|
ForbiddenException |
Thrown when Connection gets a 403 response.
|
GatewayException |
Thrown when InfoRequest can not connect to the other server.
|
InternalErrorException |
Thrown when Connection returns 500.
|
NoServersException |
Thrown when ConnectionSystem can not find any servers to send request to.
|
NotFoundException |
Thrown when Connection returns 404, when page is not found.
|
TransferDatabaseException |
Thrown when
DBOpException occurs during InfoRequest.runLocally() . |
UnauthorizedServerException |
Thrown when Connection gets a 412 response due to ServerUUID not being in the database.
|
WebException |
Thrown when Connection POST-request fails, general Exception.
|
WebFailException |
Group of WebExceptions that can be considered a failed connection state on some occasions.
|