Exception Summary |
CannotDeleteException |
Exception which indicates that the requested DELETE
operation could not be performed because it would not be
idempotent. |
CannotInsertException |
Exception which indicates that the requested PUT operation could not be
performed because a GET of that resource after the PUT would not yield the
content of the PUT request. |
ConstraintFailureException |
Exception which indicates that the requested operation would result in a
document that failed a data constraint defined by the application usage, but
not enforced by the schema or a uniqueness constraint. |
LocalConstraintFailureException |
Exception which indicates that the requested operation would result in a
document that failed a data is violated that is defined by the local policy,
but not enforced by the schema or a uniqueness constraint. |
NoParentException |
Exception which indicates that an attempt to insert an element, attribute or
document failed because the document or element into which the insertion was
supposed to occur does not exist. |
NotUtf8Exception |
Exception which indicates that the could not be completed because it would
have produced a document not encoded in UTF-8. |
NotWellFormedException |
Exception which indicates that the body of the request was not a well-formed
XML document |
NotXmlAttributeValueException |
Exception which indicates that the request was supposed to contain a valid
XML attribute value, but did not. |
NotXmlFragmentException |
Exception which indicates that the request was supposed to contain a valid
XML fragment body, but did not. |
SchemaValidationException |
Exception which indicates that the document was not compliant to the schema
after the requested operation was performed. |
UnauthorizedException |
Exception which indicates that the user is unauthorized to execute the
request. |
UniquenessFailureException |
Exception which indicates that the requested operation would result in a
document that did not meet a uniqueness constraint defined by the application
usage. |
UnsupportedMediaTypeException |
Exception which indicates that the specified content-type header in the XCAP
PUT request does not match the default mime-type as specified in the
application usage. |
XcapException |
Top level XCAP Exception class |