Package org.jaffa.exceptions

Exception Summary
ApplicationException This is the base class for all application related exceptions.
ApplicationExceptions This class is generally thrown by the Transaction controllers.
ApplicationExceptionWithContext An application can use this class to wrap an ApplicationException and add a context to it.
ComponentExpiredException This ApplicationException can be thrown by an application if an expired component is accessed.
CustomException This is the base class for all Jaffa exceptions.
CustomRuntimeException CustomRuntimeException is a generic runtime exception which is used as the base exception class for the Jaffa runtime exceptions.
DomainObjectChangedException This ApplicationException can be thrown by an application if a domain object being updated/deleted, has been modified by another user.
DomainObjectNotFoundException This ApplicationException can be thrown by an application if a domain object is not found.
DuplicateKeyException This ApplicationException can be thrown by an application if a domain object being persisted, has a duplicate key.
FrameworkException This is the base exception class for all framework exceptions.
IncompleteKeySpecifiedException This ApplicationException can be thrown by an application if complete key info is not supplied for a domain object, when it is expected.
MiddlewareException This is the base exception for all the middleware related exceptions.
MultipleDomainObjectsFoundException This ApplicationException can be thrown by an application if multiple domain object are found, instead of just one.
RelatedDomainObjectFoundException This ApplicationException can be thrown by an application if a related domain object, having restricted constraint is found, when performing a delete.
TokenMismatchException This ApplicationException can be thrown by an application if the token on the form being submitted does not match the token in the corresponding component.
UOWSecurityException  
 



Copyright © 2002-2004 JAFFA Project.