Uses of Class
org.sakaiproject.entitybroker.exception.EntityBrokerException
-
Packages that use EntityBrokerException Package Description org.sakaiproject.entitybroker.exception -
-
Uses of EntityBrokerException in org.sakaiproject.entitybroker.exception
Subclasses of EntityBrokerException in org.sakaiproject.entitybroker.exception Modifier and Type Class Description classEntityEncodingExceptionThrow to indicate that there was a failure during encoding/decoding an entity or related dataclassEntityExceptionThis 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.classEntityNotFoundExceptionThrow to indicate that there was a failure finding an entity or collection of entitiesclassFormatUnsupportedExceptionThrow 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
-