|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseException | |
| com.sap.netweaver.bc.rf.common.content | Contains repository framework common interface for content. |
| 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.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 | Contains repository framework manager interface. |
| com.sap.netweaver.bc.rf.util.event | Contains eventing classes. |
| Uses of BaseException in com.sap.netweaver.bc.rf.common.content |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.common.exception |
| Subclasses of BaseException 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 |
RepositoryException
Class implementing an exception used in conjunction with resource processing. |
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 BaseException in com.sap.netweaver.bc.rf.common.lock |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.common.namespace |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.common.property |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.common.security |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.common.security.acl |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.common.type |
| Subclasses of BaseException in com.sap.netweaver.bc.rf.common.type | |
class |
TypeException
Class implementing exception raised when no content is available for the resource. |
| Uses of BaseException in com.sap.netweaver.bc.rf.common.version |
| Subclasses of BaseException 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 BaseException in com.sap.netweaver.bc.rf.mi |
| Methods in com.sap.netweaver.bc.rf.mi that throw BaseException | |
protected void |
AbstractSubManager.startUp()
Will be called by the framework after the repository manager has been started. |
| Uses of BaseException in com.sap.netweaver.bc.rf.util.event |
| Methods in com.sap.netweaver.bc.rf.util.event that throw BaseException | |
void |
IEventBroker.send(IEvent event,
IEventSender sender)
Sends the specified event to all receivers that have registered for this kind of event. |
void |
IEventBroker.register(IEventSender sender)
Registers an event sender instance. |
void |
IEventBroker.register(IEventReceiver receiver,
IEvent template)
Registers an event receiver. |
void |
IEventBroker.register(IEventReceiver receiver,
IEvent template,
IEventMapper mapper)
See the general contract of the IEventBroker.register(IEventReceiver, IEvent)
method. |
void |
IEventBroker.register(IEventReceiver receiver,
IEvent template,
int priority,
boolean async)
See the general contract of the IEventBroker.register(IEventReceiver, IEvent)
method. |
void |
IEventBroker.register(IEventReceiver receiver,
IEvent template,
IEventMapper mapper,
int priority,
boolean async)
See the general contract of the IEventBroker.register(IEventReceiver, IEvent,
IEventMapper) and IEventBroker.register(IEventReceiver, IEvent, int, boolean)
method. |
void |
IEventBroker.unregister(IEventSender sender)
Unregisteres an event sender instance. |
void |
IEventBroker.unregister(IEventReceiver receiver,
IEvent template)
Unregisteres an event receiver instance. |
void |
EventBroker.send(IEvent event,
IEventSender sender)
Sends the specified event to all receivers that have registered for this kind of event. |
void |
EventBroker.register(IEventSender sender)
Registers an event sender instance. |
void |
EventBroker.register(IEventReceiver receiver,
IEvent template)
Registers an event receiver. |
void |
EventBroker.register(IEventReceiver receiver,
IEvent template,
IEventMapper mapper)
See the general contract of the EventBroker.register(IEventReceiver, IEvent)
method. |
void |
EventBroker.register(IEventReceiver receiver,
IEvent template,
int priority,
boolean async)
See the general contract of the EventBroker.register(IEventReceiver, IEvent)
method. |
void |
EventBroker.register(IEventReceiver receiver,
IEvent template,
IEventMapper mapper,
int priority,
boolean async)
See the general contract of the EventBroker.register(IEventReceiver, IEvent,
IEventMapper) and EventBroker.register(IEventReceiver, IEvent, int, boolean)
method. |
void |
EventBroker.unregister(IEventSender sender)
Unregisteres an event sender instance. |
void |
EventBroker.unregister(IEventReceiver receiver,
IEvent template)
Unregisteres an event receiver instance. |
| Constructors in com.sap.netweaver.bc.rf.util.event that throw BaseException | |
AbstractEventMapper(java.lang.String id,
java.util.Properties properties)
Create a mapper with a specific id and the given custom properties. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||