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

This package defines the exceptions used in the IBM Web Content Manager API.

See:
          Description

Exception Summary
ActionNotAvailableException Gets thrown when a user performs an action on a Document where the action is not available on the current stage of the Document's workflow.
DocumentLockedException This exception is thrown if an error occurs while saving a Document to the repository.
DocumentNotFoundIdCreationException This exception is thrown if the item targeted by the DocumentId could not be found, and as a result the DocumentId could not be be created.
DraftExistsException Thrown if Deletion of a published item is prevented because of the existence of one or more drafts
DraftRelationshipExistException This exception is thrown when attempting to remove an item from a project that is referenced by another draft item in the same project.
FirstStageContainsPublishActionException A subclass of ProjectException is thrown from the WcmProjectService
IdentityCreationException Thrown by IdentityBuilder when there is a problem converting identities.
ItemHasDraftChildrenException Thrown when an item cannot be deleted because it has children.
MultipleDraftsExistException Gets thrown when a draft in a project is marked for deletion while there exists other drafts for the same published version.
NoNextStageException To signify the document can not be moved to the next stage in its workflow because it is already in the last stage of the worflow.
OperationBlockedException The OperationBlockedException is thrown if the API operation the user attempts to access is blocked from continuing.
ParentIsDraftException Thrown as the direct parent of the item being removed from the Project is draft.
ParseException  
PreviousStageNotEnabledException This exception is thrown when attempting to move a Document to its previous workflow stage when moving to the previous workflow stage has been disabled within the workflow.
ProjectDeferredToSyndicationException Thrown when an operation is performed on a project that originated from a remote system.
ProjectInvalidStateException Indicates the Project is invalid state to peform an operation
RestoreFailedException The RestoreFailedException is thrown if the restore Opreation fails to restore an item from a version
VirtualPortalNotFoundException The VirtualPortalNotFoundException is thrown if the API user attempts to access or generate an ObjectID of a Virtual Portal that does not exist.
WCMException The base Web Content Manager API Exception.
WorkflowException Base class for all workflowable WCM classes
WorkflowNotFoundException A WorkflowNotFoundException is thrown if the Document being accessed is not workflowable.
 

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

This package defines the exceptions used in the IBM Web Content Manager API.