SAP NetWeaver '04

Uses of Class
com.sap.netweaver.bc.rf.common.exception.RepositoryException

Packages that use RepositoryException
com.sap.netweaver.bc.rf.common.content Contains repository framework common interface for content.  
com.sap.netweaver.bc.rf.common.context Contains repository framework common interface for contexts.  
com.sap.netweaver.bc.rf.common.exception Contains repository framework common interface for exceptions.  
com.sap.netweaver.bc.rf.common.lock Contains repository framework common interface for locking.  
com.sap.netweaver.bc.rf.common.namespace Contains repository framework common interface for namespace maintenance.  
com.sap.netweaver.bc.rf.common.property Contains repository framework common interface for properties.  
com.sap.netweaver.bc.rf.common.security Contains repository framework common interface for security.  
com.sap.netweaver.bc.rf.common.security.acl Contains repository framework common interface for ACL based security.  
com.sap.netweaver.bc.rf.common.support Contains repository framework common interface for supported options.  
com.sap.netweaver.bc.rf.common.transaction Contains repository framework common interface for transactions.  
com.sap.netweaver.bc.rf.common.type Contains repository framework common interface for type handling.  
com.sap.netweaver.bc.rf.common.version Contains repository framework common interface for versioning.  
com.sap.netweaver.bc.rf.mi.transaction Contains repository framework manager interface for transactions.  
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.content
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.content
 class ContentMetadataMismatchException
          Class implementing exception raised when no content is available for the resource.
 class ContentUnavailableException
          Class implementing exception raised when no content is available for the resource.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.context
 

Methods in com.sap.netweaver.bc.rf.common.context that throw RepositoryException
 void IAccessContext.setClientDefinedProperty(java.lang.String name, java.lang.Object value)
          Set a client defined property in the context.
 void AccessContext.setClientDefinedProperty(java.lang.String name, java.lang.Object value)
          Set a client defined property in the context.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.exception
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.exception
 class ArgumentNotValidException
          Class implementing exception raised when an argument was filled with an illegal value for an operation.
 class IOOperationFailedException
          Raised if an IO error occured while executing the method (e.g. connection to the backend system is lost).
 class OperationNotCompletedException
          Class implementing an exception used in all non-atomic operations when parts of an operation failed.
 class OperationNotSupportedException
          Raised if the method or some parameters or parameter values are not supported.
 class ResourceException
          Base class for all exception thrown by repository sub-manager methods.
 class ResourceNotCheckedOutException
          Indicates that the resource can't be changed since it is not checked out.
 class ResourceNotCollectionException
          Indicates that the resource has changed to a non-collection since the IResource object was obtained.
 class ResourceNotFoundException
          Raised if the resource specified by the handle does not exist anymore.
 class ResourceReadOnlyException
          Class implementing exception raised when a resource is read-only (e.g. resource should be assigned content but resource is just read-only-mirrored).
 class ServiceNotAvailableException
          Indicates that the repository (the service provided by a method call) is not available at this time but may available later.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.lock
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.lock
 class LockInPlaceException
          Class implementing exception raised when an user has not the permission to perform an operation.
 class LockNotFoundException
          Class implementing exception raised when no lock was found.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.namespace
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.namespace
 class CollectionOrderImmutableException
          Class implementing exception raised when an operations was requested to modify the order of a collection with immutable or not defined order.
 class InvalidTargetException
          An invalid target was used for a copy or move operation.
 class LinkTargetInvalidException
          Class implementing exception raised when an invalid link target was supplied.
 class OrderMechanismInvalidException
          Class implementing exception raised when an invalid order position was supplied.
 class OrderPositionInvalidException
          Class implementing exception raised when an invalid order position was supplied.
 class ResourceNameAlreadyAssignedException
          Class implementing exception raised when an already assigned resource name was supplied for a new resource.
 class ResourceNameInvalidException
          Raised if the name of a resource is invalid.
 class ResourceNameUnassignableException
          This excpetion is aised when a resource name is unassignable.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.property
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.property
 class AbstractPropertyException
          Abstract base class for property exceptions.
 class PropertyMandatoryException
          Class implementing exception raised when an operation would render a mandatory property lost or invalid.
 class PropertyNameInvalidException
          Class implementing exception raised when an invalid property name was supplied.
 class PropertyNameTooLongException
          Class implementing exception raised when a property value is out of bounds.
 class PropertyNameUnassignableException
          Class implementing exception raised when a property name is unassignable.
 class PropertyReadOnlyException
          Class implementing exception raised when a property is read-only but was tried to modify.
 class PropertyTypeLostException
          Class implementing exception raised when a property would lose it's property type.
 class PropertyTypeMismatchException
          Class implementing exception raised when a property value doesn't match its former property type.
 class PropertyValueOutOfBoundsException
          Class implementing exception raised when a property value is out of bounds.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.security
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.security
 class AccessDeniedException
          Raised if the authorization failed that means the user in the context does not have the required permissions.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.security.acl
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.security.acl
 class AclAlreadyAssignedToAclException
          Class implementing exception raised when a specific IAclEntry is already assigned to an IAcl .
 class AclException
          Class implementing exception raised when a general acl problem occurs.
 class AclExistsException
          Class implementing exception raised when a specific IAcl already exists.
 class AclLastOwnerException
          Class implementing exception raised when a principal is the last owner of an IAcl and can not be removed.
 class AclNotAuthorizedException
          Class implementing exception raised when a principal is not authorized.
 class AclPermissionExistsException
          Class implementing exception raised when a specific IAclPermission already exists.
 class AclPermissionNotSupportedException
          Class implementing exception raised when a specific IAclPermission is not supported by the IAclManager .
 class AclPermissionUsedException
          Class implementing exception raised when a specific IAclPermission is used and can not be removed.
 class AclPersistenceException
          Class implementing exception raised when an error occured during access of the IAclManager 's persistence layer.
 class AclPredefinedPermissionException
          Class implementing exception raised when a specific IAclPermission is predefined by the IAclManager .
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.support
 

Methods in com.sap.netweaver.bc.rf.common.support that throw RepositoryException
 void NameInfo.checkName(java.lang.String name)
          Throws an exception if the specified name is invalid.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.transaction
 

Methods in com.sap.netweaver.bc.rf.common.transaction that throw RepositoryException
 void ITransaction.commit()
          Complete the transaction associated with the current thread.
 void ITransaction.rollback()
          Roll back the transaction associated with the current thread.
 Status ITransaction.getStatus()
          Get status of the transaction associated with the current thread.
 IsolationLevel ITransaction.getIsolationLevel()
          Get isolation level of the transaction associated with the current thread.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.type
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.type
 class TypeException
          Class implementing exception raised when no content is available for the resource.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.common.version
 

Subclasses of RepositoryException in com.sap.netweaver.bc.rf.common.version
 class CheckedOutException
          Created by IntelliJ IDEA.
 class NotVersionedException
          Created by IntelliJ IDEA.
 class VersionHasDescendantsException
          Created by IntelliJ IDEA.
 class VersionHistoryInUseException
          Created by IntelliJ IDEA.
 class VersionIsCheckedOutException
          Created by IntelliJ IDEA.
 class WrongRevisionException
          Created by IntelliJ IDEA.
 

Uses of RepositoryException in com.sap.netweaver.bc.rf.mi.transaction
 

Methods in com.sap.netweaver.bc.rf.mi.transaction that throw RepositoryException
 void IMutableTransactionManager.begin()
          Create a new transaction and associate it with the current thread.
 void IMutableTransactionManager.commit()
          Complete the transaction associated with the current thread.
 void IMutableTransactionManager.rollback()
          Roll back the transaction associated with the current thread.
 void IMutableTransactionManager.setRollbackOnly()
          Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
 Status IMutableTransactionManager.getStatus()
          Get status of the transaction associated with the current thread.
 IsolationLevel IMutableTransactionManager.getIsolationLevel()
          Get isolation level of the transaction associated with the current thread.
 void IMutableTransactionManager.setTransactionTimeout(int seconds)
          Modify the timeout value that is associated with transactions started by subsequent invocations of the begin method.
 ITransaction ITransactionManager.getTransaction()
          Get transaction actually associated with the current thread.
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.