| Class | Description |
|---|---|
| RestError |
Simple representation of a web services exception.
|
| RestExceptionHandler |
Exception handler for
RestException errors. |
| Exception | Description |
|---|---|
| DisabledEndpointException | |
| InvalidParameterException |
Exception thrown by invalid query string parameters for GET request queries.
|
| MalformedEntityException |
406 error
|
| MethodNotAllowedException | |
| ParameterMappingException | |
| QueryParsingException |
Thrown when a web service query fails to correctly parse into a WebServiceQuery object.
|
| RequestFailureException |
Generic 400 error
|
| ResourceNotFoundException |
404 error when a single resource request returns null
|
| RestException |
Base exception class for web services.
|
Copyright © 2016. All rights reserved.