Field Summary |
|
final public static int | DOCUMENT_NOT_FOUND_CODE
This code indicates that the document does not exist (anymore). |
final public static int | FORBIDDEN_CODE
To be able to determine if a document can be processed, some
information about the document must be retrieved. |
final public static int | IO_EXCEPTION_CODE
This code is used if an I/O error occurs while communicating with the
WebDAV repository. |
final public static int | JDOM_EXCEPTION_CODE
If a problem occurs while parsing or processing XML of the document,
this error code is used. |
final public static int | LOCKED_CODE
This code is used to indicate that the document is currently locked
so cannot be written to. |
final public static int | MISSING_CURRENT_USER_PRIVILEGE_SET_CODE
To determine if the document is writable the privileges of the user
must be known. |
final public static int | MISSING_LOCK_DISCOVERY_CODE
To determine if the document is unlocked the lock information must be
known. |
final public static int | UNABLE_TO_READ_CODE
This code is used if an error occurs while reading the document. |
final public static int | UNABLE_TO_WRITE_CODE
This code indicates the result of the replacement could not be
written back to the document, even though the document was writable
and unlocked before the replacement started. |
final public static int | UNAUTHORIZED_CODE
The code used to indicate the user does not have sufficient
privileges to write the document (i.e. |
final public static int | UNEXPECTED_HTTP_STATUS_CODE
To be able to determine if a document can be processed, some
information about the document must be retrieved. |
final public static int | UNKNOWN_ERROR_CODE
If the document cannot be processed but it is unclear why not, this
error code is used. |