See: Description
| Class | Description |
|---|---|
| ClientExceptionFactory |
| Exception | Description |
|---|---|
| BadRequestClientException |
Exception mapped to Bad Request HTTP status code (400)
|
| ClientException |
Base exception class for HTTP error requests
|
| ConflictClientException |
Exception mapped to Conflict HTTP status code (409)
|
| ForbiddenClientException |
Exception mapped to forbidden Request HTTP status code (403)
|
| InternalServerErrorClientException |
Exception mapped to Internal Server Error HTTP status code (500)
|
| NotAcceptableClientException |
Exception mapped to not acceptable Error HTTP status code (406)
|
| NotFoundClientException |
Exception mapped to not found Error HTTP status code (404)
|
| NotImplementedClientException |
Exception mapped to not implemented Error HTTP status code (501)
|
| SerializationException | |
| UnauthorizedClientException |
Exception mapped to unauthorized Request HTTP status code (401)
|
Copyright © 2009–2014. All rights reserved.