FileNet Content Services
Java Connector v3.0

Uses of Class
com.filenet.wcm.api.BaseRuntimeException

Packages that use BaseRuntimeException
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of BaseRuntimeException in com.filenet.Panagon
 

Subclasses of BaseRuntimeException in com.filenet.Panagon
 class ContentEngineException
          This exception is thrown when Content Services returns a status code.
 class ContentNotFoundException
          This exception is thrown when a TransportInputStream object cannot be created, thereby preventing retrieval of document content.
 class MethodNotImplementedException
          This exception is thrown when requested method is not found.
 

Uses of BaseRuntimeException in com.filenet.wcm.api
 

Subclasses of BaseRuntimeException in com.filenet.wcm.api
 class BadPropertyValueException
          

Not Applicable in CS Java Connector v3.0.

 class BadReferenceException
          This exception is thrown if an attempt is made to use an object instance of a CS Java Connector BaseObject class (or subclass) for which there is no corresponding Content Services object.
 class BatchException
          

Not Applicable in CS Java Connector v3.0.

 class CannotDeleteObjectException
          This exception is thrown when the Content Services server indicates that it cannot delete an object.
 class CannotDetokenizeException
          This exception is thrown from Session.fromToken if the parameter supplied to the method cannot be parsed into keyword=value pairs for the returned HashMap.
 class ConcurrentUpdateException
          

Not Applicable in CS Java Connector v3.0.

 class ConfigurationException
          

Not Applicable in CS Java Connector v3.0.

 class ContentEngineHardwareException
          

Not Applicable in CS Java Connector v3.0.

 class ContentEngineMemoryException
          

Not Applicable in CS Java Connector v3.0.

 class ContentEngineNetworkException
          

Not Applicable in CS Java Connector v3.0.

 class ContentEngineUnsupportedOperationException
          

Not Applicable in CS Java Connector v3.0.

 class ElementOrderException
          

Not Applicable in CS Java Connector v3.0.

 class EncryptionException
          

Not Applicable in CS Java Connector v3.0.

 class FreezeException
          

Not Applicable in CS Java Connector v3.0.

 class InsufficientPermissionException
          

Not Applicable in CS Java Connector v3.0.

 class InvalidContentEngineClassException
          

Not Applicable in CS Java Connector v3.0.

 class InvalidCredentialsException
          This exception is thrown if the supplied credentials did not result in a successful login on the Content Services server where the Java API Listener is running.
 class LocalPropertyDescriptionException
          This exception is thrown when an operation is attempted that requires a property description created against an object store but the property description was obtained from a call to the ObjectFactory class's getPropertyDescription method.
 class NoContentInRefException
          This exception is thrown if a getContent or getContentElement call is attempted on a content element that is actually a content reference element (that is, external content).
 class ObjectCreationException
          This exception is thrown if an attempt is made to create an object and the Content Services server indicates that objects of that type may not be created.
 class ObjectLockedException
          This exception is thrown when an operation is attempted on a persisted object that is already locked.
 class ObjectStoreNotRespondingException
          This exception is thrown if an attempt to access an ObjectStore finds that the ObjectStore is corrupted or inaccessible.
 class PropertyRequiresValueException
          

Not Applicable in CS Java Connector v3.0.

 class ReadOnlyObjectException
          

Not Applicable in CS Java Connector v3.0.

 class RemoteServerException
          

Not Applicable in CS Java Connector v3.0.

 class SecurityInheritanceException
          This exception is thrown when there is an error involving inherited permissions, such as attempting to modify a permission element that is inherited.
 class TransactionConstraintException
          

Not Applicable in CS Java Connector v3.0.

 class TransactionTimeoutException
          

Not Applicable in CS Java Connector v3.0.

 class UniquenessConstraintException
          

Not Applicable in CS Java Connector v3.0.

 class VersioningException
          This exception is thrown when a versioning-related operation (checkout, checkin, or cancel checkout) is attempted but fails for versioning-related semantic reasons, such as the following examples: Calling checkout on a Document object that already has a reservation (the document is already checked out).
 


FileNet Content Services
Java Connector v3.0