Package org.opensubsystems.core.error

Exception Summary
OSSConcurentModifyException Exception thrown when there was a problem with concurent object modification.
OSSConfigException Exception thrown when there was a problem with a configuration settings.
OSSDatabaseAccessException Exception representing general error when accessing the database for example, because connection cannot be established.
OSSDataCreateException Exception thrown when there was a problem with creating data.
OSSDataDeleteException Exception thrown when there was a problem with deleting data.
OSSDataNotFoundException Exception thrown when data which user looked for don't exist.
OSSDataSaveException Exception thrown when there was a problem with saving data.
OSSDynamicClassException Exception thrown when there was a problem with dynamically instantiating class.
OSSException Base class for all custom exceptions created in this project.
OSSInconsistentDataException Exception thrown when the data in the underlying persistence store become inconsistent.
OSSInternalErrorException Exception thrown when the any internal error is occured.
OSSInvalidContextException Exception thrown when there was a problem with data context, such as not existing foreign key object.
OSSInvalidDataException Exception thrown when there was a problem with invalid data asked to be processed.
OSSMultiException This class allows to throw multiple exceptions at once for example in scenario when we need to propagate one exception even though anothe exception has occured.
 



Copyright © 2003 - 2006 OpenSubsystems s.r.o.