| Package | Description |
|---|---|
| org.sakaiproject.entitybroker.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityEncodingException
Throw to indicate that there was a failure during encoding/decoding an entity or related data
|
class |
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. |
class |
EntityNotFoundException
Throw to indicate that there was a failure finding an entity or collection of entities
|
class |
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 © 2003–2021 Sakai Project. All rights reserved.