| Package | Description |
|---|---|
| org.bongiorno.ws.core.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException |
class |
ConflictException
409 Conflict
Indicates that the request could not be processed because of conflict in the request, such as an edit conflict.
|
class |
ForbiddenException
403 Forbidden
The request was a legal request, but the server is refusing to respond to it.[2]
Unlike a 401 Unauthorized response, authenticating will make no difference.[2]
|
class |
InternalServerException |
class |
ResourceNotFoundException
404 Not Found
The requested resource could not be found but may be available again in the future.
|
class |
ThirdPartyFailureException |
class |
UnauthorizedException
401 Unauthorized
Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided.
|
class |
UnprocessableEntityException
The 422 (Unprocessable Entity) status code means the server
understands the content type of the request entity (hence a
415(Unsupported Media Type) status code is inappropriate), and the
syntax of the request entity is correct (thus a 400 (Bad Request)
status code is inappropriate) but was unable to process the contained
instructions.
|
Copyright © 2015. All rights reserved.