Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Package com.oracle.sft.xcap.client.xcaperror

XCAP errors defined in RFC4825 section 11.

See:
          Description

Interface Summary
CanNotDelete This indicates that the requested DELETE operation could not be performed because it would not be idempotent.
CanNotInsert This 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.
ConstraintFailure This 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.
NoParent This 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.
NotUtf8 This indicates that the request could not be completed because it would have produced a document not encoded in UTF-8.
NotWellFormed This indicates that the body of the request was not a well-formed document.
NotXmlAttValue This indicates that the request was supposed to contain a valid XML attribute value, but did not.
NotXmlFrag This indicates that the request was supposed to contain a valid XML fragment body, but did not.
SchemaValidationError This element indicates that the document was not compliant to the schema after the requested operation was performed.
UniquenessFailure This indicates that the requested operation would result in a document that did not meet a uniqueness constraint defined by the application usage.
UniquenessFailure.Exists For each URI, element, or attribute specified by the client that is not unique, one of these is present.
Xcap409Error Denote 409 error response according to rfc4825 section 11.
XcapError Denote xcap error response.

 

Package com.oracle.sft.xcap.client.xcaperror Description

XCAP errors defined in RFC4825 section 11.


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.