Novell exteNd
Director 5.2 API

Package com.sssw.fw.exception

Provides exceptions that can occur during the runtime processing of a Director application.

See:
          Description

Interface Summary
EbiParentedException EbiParentedException interface: the base exception interface
 

Exception Summary
EboApiException EboApiException The base class of declared exceptions thrown by methods in the portal framework API.
EboApplicationException Indicates an error in the application.
EboDataConcurrencyException The base class of declared exceptions thrown by methods in the public API when a data concurrency error occurs.
EboDataException The base class of declared exceptions thrown by methods in the public API for bad data.
EboException This class is the base exception class for exteNd Director Framework.
EboFactoryException This exception is thrown by the framework when a failure to instantiate an object via the factory mechanism occurs.
EboIllegalOperationException This exception is thrown if the operation being performed is not supported by the Framework for the element(s) that the operation is being applied to.
EboInstantiationException EboInstantiationException is thrown by the framework API if it has problem instantiating a framework object.
EboItemExistenceException EboItemExistenceException is thrown by the framework API if it detects an item existence problem such as:
EboOperationVetoedException Thrown when an operation is vetoed by an event listener.
EboRuntimeException This exception is the framework's wrapper around java.lang.RuntimeException.
EboSecurityException The base class of declared exceptions thrown by methods in the public API when a security violation occurs.
EboServiceDependencyException This exception is thrown by services during life cycle managment to indicate that the service can not be started or stopped as requested because it depends on other services to be started or stopped first.
EboSystemException The base class of declared exceptions thrown by methods in the public API when a system error occurs, such as an exception on the server.
EboUnrecoverableSystemException The subclass of EboSystemException that indicates that the exceptional condition is not transient, and retrying the operation will not help.
EboUnsupportedOperationException This exception is thrown if the operation being performed is not supported by the Framework for the element(s) that the operation is being applied to.
 

Package com.sssw.fw.exception Description

Provides exceptions that can occur during the runtime processing of a Director application. They are all extensions of the JDK base class Exception.


Novell exteNd
Director 5.2 API