Package com.ibm.portal.services.contentmapping.exceptions

This package provides the exception classes for the Content Mapping Service APIs.

See:
          Description

Exception Summary
AmbigousContentIDException This exception indicates that the same content resource ID is mapped twice to the same portal resource.
AmbigousContentMappingDefaultException This exception indicates multiple default content mappings.
AmbigousContentPathException This exception indicates that the same content path value is mapped twice to the same portal resource.
AmbigousSystemContentMappingException This exception indicates multiple system content mappings.
ContentMappingConcurrentModificationException This exception indicates that content mapping information updates where refused by persistent storage since the content mapping information has been updated by a different thread after the information was read from persistent storage.
ContentMappingDataBackendException This exception indicates that there has been a problem while accessing the persistent storage.
ContentMappingException Base class for all exception generated by the content mapping component.
ContentMappingModificationNotAllowedException This exception indicates that someone has tried to modify an immutable content mapping.
ContentMappingNotFoundException This exception indicates that a reference to a existing content mapping could not be resolved.
ContentPathNotFoundException This exception indicates that the same content path value is mapped twice to the same portal resource.
MalformedContentPathException Legal content path values start with the path separator ('/') and end with a character different from the path separator.
MissingAccessRightsException This exception indicates that the executing user is lacking the privileges to execute an operation.
ObjectAlreadyCommittedException This exception indicates that the commit() method is invoked on a controller instance that was already committed.
 

Package com.ibm.portal.services.contentmapping.exceptions Description

This package provides the exception classes for the Content Mapping Service APIs.