|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentException | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.filter | Contains interfaces and classes to define repository filters. |
| com.sapportals.wcm.repository.service | Contains the repository service factory interface. |
| com.sapportals.wcm.repository.service.discussion | The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions. |
| com.sapportals.wcm.repository.so | Contains interfaces for semantic objects. |
| com.sapportals.wcm.util.content | Contains classes for handling the content of resources. |
| Uses of ContentException in com.sapportals.wcm.repository |
| Subclasses of ContentException in com.sapportals.wcm.repository | |
class |
AbstractPropertyException
Abstract base class for property exceptions. |
class |
AccessDeniedException
Access to a resource or property is denied because the user does not have the required authorization. |
class |
AuthorizationRequiredException
The user is not authorized. |
class |
CheckedOutException
The resource is checked out by another user. |
class |
ExpectedCheckInRIDException
The RID of the new revision is different from the RID that the application excepted when chacking out. |
class |
ExpectedCheckInURIException
Deprecated. as of NW04. |
class |
ExternalLinkException
The requested RID contains an external link. |
class |
IllegalPropertyNameException
Raised when a property name was not acceptable. |
class |
IncompleteOperationException
An operation did not complete because of precondition failures. |
class |
InternalLinkException
The requested RID contains an internal link to a collection. |
class |
InvalidArgumentException
One ore more invalid values where provided for the parameters of a method. |
class |
InvalidNameException
The application tried to use a invalid resource name |
class |
InvalidPositionException
The required positioning was not valid (usually because the referenced collection member did not exist). |
class |
InvalidTargetException
An invalid target was used for a copy or move operation. |
class |
InvalidUriException
An invalid URI was used. |
class |
IOErrorException
An IO error occured while trying to access a resource. |
class |
LabelAlreadyExistsException
The application tried add a label that already exists in the version history. |
class |
LinkLoopException
The target RID specified when creating or updating am internal link is also a link and would cause an loop. |
class |
LockedException
The resource was locked by another user. |
class |
LockNotFoundException
The requested lock does not exist. |
class |
MethodNotAllowedException
The resource does not support the operation |
class |
NameAlreadyExistsException
The application tried to use a name for a new resource that already exists in the collection. |
class |
NoContentException
The resource has no content |
class |
NoRevisionException
The resource is not a revision resource. |
class |
NotCheckedOutException
The resource is not checked out |
class |
NotOrderedException
An attempt was made to perform an ordering operation on an unordered collection. |
class |
NotSupportedException
The repository manager does not support the operation. |
class |
NotVersionedException
The application tried to check out a resource that is not versioned. |
class |
PropertyMandatoryException
The property could not be removed because it is mandatory. |
class |
PropertyNameTooLongException
Raised when a property name was too long. |
class |
PropertyReadOnlyException
The property cannot be changed because it is read-only. |
class |
PropertyTypeLostException
Raised when a property was set, but the repository didn't support the desired type. |
class |
PropertyTypeMismatchException
Raised when an attempt was made to set a protected property with a non-applicable data type. |
class |
PropertyUnchangedException
Raised when a property change couldn't be commited due to a failed dependency on another change. |
class |
PropertyValueTooBigException
Raised when a property value was too big. |
class |
ResourceException
Resource Exception. |
class |
ResourceIsLinkException
This exception is thrown during copy or move operations if the
CopyParameter has copyInternalLink or copyExternalLink set to
true and links are encountered during a deep copy operation.
|
class |
ResourceNotCollectionException
Indicates that the resource has changed to a non-collection since the IResource object was obtained. |
class |
ResourceNotFoundException
Indicates that a resource could not be found. |
class |
ResourceReadOnlyException
The resource is read-only. |
class |
RevisionResourceException
The operation is not available because the resource is a revision. |
class |
ServiceUnavailableException
A service is not available. |
class |
SetPropertiesException
This exception indicates errors during a call. |
class |
UnassignableNameException
Raised when the name can not be assigned because (1) a "similar" name already exists (for instance, if "a" already exists in a case-preserving but not case-sensitive repository, and creation of "A" was attempted) or (2) the name is syntactically legal, but can not be reassigned to a new resource (stable names for versions and version histories). |
class |
VersionHasDescendantsException
The checkout operation failed because the version to be checked out has descendants in it's version history and the resulting version history fork is not allowed in current context. |
class |
VersionHistoryInUseException
ResourceException thrown if someone tries to create a Vcr in a workspace that already contains a vcr with the same version history. |
class |
VersionIsCheckedOutException
The checkout operation failed because the version to be checked out is already the checked out version of some other version controlled resource and the resulting version history fork is not allowed in current context. |
class |
VirusContentException
This exception is raised when a check reveals that content being read/written possibly contains a Virus. |
| Methods in com.sapportals.wcm.repository that throw ContentException | |
java.io.InputStream |
Content.getInputStream()
|
long |
Content.getContentLength()
|
java.lang.String |
Content.getContentType()
|
java.lang.String |
Content.getEncoding()
|
| Uses of ContentException in com.sapportals.wcm.repository.filter |
| Subclasses of ContentException in com.sapportals.wcm.repository.filter | |
class |
FilterConfigurationException
The application tried to check out a resource that is not versioned. |
| Uses of ContentException in com.sapportals.wcm.repository.service |
| Subclasses of ContentException in com.sapportals.wcm.repository.service | |
class |
ServiceCallException
Indicates an error during a IRepositoryService.acceptServletCall(Properties, IResourceContext)
call. |
class |
ServiceNotAvailableException
Indicates that a repository service will not be available at one or more repositories. |
| Uses of ContentException in com.sapportals.wcm.repository.service.discussion |
| Subclasses of ContentException in com.sapportals.wcm.repository.service.discussion | |
class |
DiscussionResourceTypeException
Indicates that setting or getting a resource type of a discussion resource was not successful. |
class |
DiscussionSingleTopicExistsException
Indicates that creation of a single topic, while running the discussion service without topic level, was not successful, because this single topic exists yet. |
| Uses of ContentException in com.sapportals.wcm.repository.so |
| Subclasses of ContentException in com.sapportals.wcm.repository.so | |
class |
SoException
|
| Uses of ContentException in com.sapportals.wcm.util.content |
| Methods in com.sapportals.wcm.util.content that throw ContentException | |
java.io.InputStream |
IExtendedContent.getInputStream(java.lang.String requestedContentEncoding)
Returns an input stream of the resource content that MAY be content-encoded according to the requested encoding. { |
java.io.InputStream |
IContent.getInputStream()
Returns the input stream of the resource content. |
long |
IContent.getContentLength()
Returns the length of the resource content |
java.lang.String |
IContent.getContentType()
Returns the content type of the resource data |
java.lang.String |
IContent.getEncoding()
Returns the name of the character encoding of textual content |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||