| Exception | Description |
|---|---|
| EntityBrokerException |
The base class for all exceptions out of the entity broker system
|
| EntityEncodingException |
Throw to indicate that there was a failure during encoding/decoding an entity or related data
|
| EntityException |
This exception is used to indicate that a problem occurred attempting to get an entity,
the reference to the failed entity should be returned in the exception along with the
response code which is indicative of the failure (if possible)
HTTP Response Codes (http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
Client Error 400 Bad Request The request could not be understood by the server due to malformed syntax. |
| EntityNotFoundException |
Throw to indicate that there was a failure finding an entity or collection of entities
|
| FormatUnsupportedException |
Throw to indicate that there was a failure during formatting an entity (input or output),
use the message to indicate more information about the failure,
place the reference and format into the exception
|
Copyright © 2023. All rights reserved.