Package com.ibm.workplace.wcm.api.exceptions

This package defines the exceptions used in the Lotus Workplace Web Content Management API.

See:
          Description

Exception Summary
AuthorizationException The AuthorizationException is thrown if the API user attempts to access a content that they do not have the appropriate access to.
ComponentNotFoundException A ComponentNotFoundException is thrown if the API user attempts to access a component that does not exist.
DocumentCreationException This exception is thrown if an error occurs while attempting to create a Document in the repository.
DocumentDeleteException This exception is thrown if an error occurs while trying to delete a Document from the repository.
DocumentIdCreationException This exception is thrown if a DocumentId could not be created.
DocumentNotFoundException A DocumentNotFoundException is thrown if the Document being accessed could not be found in the repository.
DocumentRetrievalException This exception is thrown if an error occurs while attempting to retrieve a Document from the repository.
DocumentSaveException This exception is thrown if an error occurs while saving a Document to the repository.
DuplicateChildException A DuplicateChildException is thrown if attempting to add a child Document to a parent that already considers the Document to be its child.
DuplicateMappingException This exception is thrown if the AuthoringTemplate to PresentationTemplate mapping already exists for the Document.
IllegalDocumentTypeException An IllegalDocumentTypeException is thrown if an object is not of the expected type.
IllegalTypeChangeException This exception is thrown if the type of an object being set is not allowed.
NoMoreWorkflowStagesException This exception is thrown when attempting to move a Document to the next workflow stage if there is no valid next workflow stage.
OperationFailedException An OperationFailedException is thrown if an error occurred while trying to set a property on a Document.
PropertyRetrievalException This exception is thrown if an error occurs while attempting to retrieve a property of a Document.
ServiceNotAvailableException This exception is thrown if the WCM service is not available.
WCMException The base Lotus Workplace Web Content Management API Exception.
 

Package com.ibm.workplace.wcm.api.exceptions Description

This package defines the exceptions used in the Lotus Workplace Web Content Management API.