CAF SAP NetWeaver CE 7.1

Package com.sap.caf.rt.exception

Class Summary
CAFBaseException This is the superclass of all checked CAF exceptions.
CAFBaseRuntimeException This is the superclass of all unchecked CAF exceptions.
CAFBONodeException This exception is thrown by the CAF runtime in different BO Node related situations.
CAFCreateException This exception is thrown by the create method of a BO Node service.
CAFDataAccessException This exception is thrown by the CAF service backend when a persistency-related problem occurs.
CAFDeleteException This exception is thrown by the delete method of a BO Node service.
CAFFindException This exception is thrown by the query methods of a BO Node service.
CAFIllegalStateException This exception is thrown when a method has been invoked at an illegal or inappropriate time.
CAFLockException This exception is thrown in case of a locking failure.
CAFMissingMandatoryValueException This exception is thrown when no value has been provided for a mandatory BO Node attribute.
CAFOptimisticLockException This exception is thrown when an optimistic lock conflict occures.
CAFPermissionException This exception is thrown when a user doesn't have the required permissions to execute an operation.
CAFPessimisticLockException This exception is thrown when a pessimistic lock conflict occurs.
CAFRetrieveException This exception is thrown by the read method of a BO Node service.
CAFServiceException This is the superclass of all the exceptions thrown by the CRUD and query methods of a BO Node service.
CAFUnsupportedOperationException This exception is thrown when a method which is not implemented has been called.
CAFUpdateException This exception is thrown by the update method of a BO Node service.
 


CAF SAP NetWeaver CE 7.1