|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of CustomException in org.jaffa.beans.moulding.mapping |
| Subclasses of CustomException in org.jaffa.beans.moulding.mapping | |
class |
MouldException
|
| Uses of CustomException in org.jaffa.components.voucher |
| Subclasses of CustomException in org.jaffa.components.voucher | |
class |
VoucherGeneratorException
This exception is thrown if an error occurs during voucher generation. |
| Uses of CustomException in org.jaffa.datatypes |
| Subclasses of CustomException in org.jaffa.datatypes | |
class |
ValidationException
This is the base class for all the exceptions thrown by the FieldValidator. |
| Uses of CustomException in org.jaffa.datatypes.exceptions |
| Subclasses of CustomException in org.jaffa.datatypes.exceptions | |
class |
BelowMinimumException
This is thrown by the FieldValidator if the value to be validated is less than the minimum value specified in the meta data. |
class |
ExceedsMaximumException
This is thrown by the FieldValidator if the value to be validated is greater than the maximum value specified in the meta data. |
class |
FormatCurrencyException
This is thrown by the FieldValidator if the value to be validated has an invalid Currency format. |
class |
FormatDateOnlyException
This is thrown by the FieldValidator if the value to be validated has an invalid DateOnly format. |
class |
FormatDateTimeException
This is thrown by the FieldValidator if the value to be validated has an invalid DateTime format. |
class |
FormatDecimalException
This is thrown by the FieldValidator if the value to be validated has an invalid Decimal format. |
class |
FormatIntegerException
This is thrown by the FieldValidator if the value to be validated has an invalid Integer format. |
class |
InvalidForeignKeyException
This is thrown by the FieldValidator if the value to be validated is not a valid foreign-key. |
class |
InvalidGenericForeignKeyException
This is thrown by the FieldValidator if the value to be validated is not specified in the list of valid values for that field.. |
class |
MandatoryFieldException
This is thrown by the FieldValidator if the value to be validated is null. |
class |
PatternMismatchException
This is thrown by the FieldValidator if the value to be validated does not conform to the pattern specified in the meta data. |
class |
TooLittleDataException
This is thrown by the FieldValidator if the length of the value to be validated is below the value specified in the meta data. |
class |
TooMuchDataException
This is thrown by the FieldValidator if the length of the value to be validated exceeds the limit specified in the meta data. |
| Uses of CustomException in org.jaffa.exceptions |
| Subclasses of CustomException in org.jaffa.exceptions | |
class |
ApplicationException
This is the base class for all application related exceptions. |
class |
ApplicationExceptionWithContext
An application can use this class to wrap an ApplicationException and add a context to it. |
class |
ComponentExpiredException
This ApplicationException can be thrown by an application if an expired component is accessed. |
class |
DomainObjectChangedException
This ApplicationException can be thrown by an application if a domain object being updated/deleted, has been modified by another user. |
class |
DomainObjectNotFoundException
This ApplicationException can be thrown by an application if a domain object is not found. |
class |
DuplicateKeyException
This ApplicationException can be thrown by an application if a domain object being persisted, has a duplicate key. |
class |
FrameworkException
This is the base exception class for all framework exceptions. |
class |
IncompleteKeySpecifiedException
This ApplicationException can be thrown by an application if complete key info is not supplied for a domain object, when it is expected. |
class |
MiddlewareException
This is the base exception for all the middleware related exceptions. |
class |
MultipleDomainObjectsFoundException
This ApplicationException can be thrown by an application if multiple domain object are found, instead of just one. |
class |
RelatedDomainObjectFoundException
This ApplicationException can be thrown by an application if a related domain object, having restricted constraint is found, when performing a delete. |
class |
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. |
| Uses of CustomException in org.jaffa.middleware |
| Subclasses of CustomException in org.jaffa.middleware | |
class |
CreateServiceException
This exception is thrown if any error occurs during the creation of the Transaction Controller. |
| Uses of CustomException in org.jaffa.persistence.engines.jdbcengine.datasource.exceptions |
| Subclasses of CustomException in org.jaffa.persistence.engines.jdbcengine.datasource.exceptions | |
class |
DataSourceCreationException
This exception is thrown if any error occurs while creating a DataSource. |
| Uses of CustomException in org.jaffa.persistence.exceptions |
| Subclasses of CustomException in org.jaffa.persistence.exceptions | |
class |
AddFailedException
This exception is thrown if an addition of an object to the persistent store fails. |
class |
AlreadyLockedObjectException
This exception is thrown while trying to lock a database row, which has already been locked. |
class |
CommitFailedException
This exception is thrown if a commit fails. |
class |
DeleteFailedException
This exception is thrown if the deletion of an object from the persistent store fails. |
class |
DomainObjectValidationException
This exception will be thrown if any errors are raised while validating a domain object. |
class |
EngineInstantiationException
This exception is thrown if the Persistence Engine could not be instantiated. |
class |
PostAddFailedException
This exception is thrown if an error occurs in the PostAdd trigger of the persistent object. |
class |
PostDeleteFailedException
This exception is thrown if an error occurs in the PostDelete trigger of the persistent object. |
class |
PostLoadFailedException
This exception is thrown if an error occurs in the PostLoad trigger of the persistent object. |
class |
PostUpdateFailedException
This exception is thrown if an error occurs in the PostUpdate trigger of the persistent object. |
class |
PreAddFailedException
This exception is thrown if an error occurs in the PreAdd trigger of the persistent object. |
class |
PreDeleteFailedException
This exception is thrown if an error occurs in the PreDelete trigger of the persistent object. |
class |
PreUpdateFailedException
This exception is thrown if an error occurs in the PreUpdate trigger of the persistent object. |
class |
QueryFailedException
This exception is thrown if a query fails. |
class |
ReadOnlyObjectException
This exception is thrown if a ReadOnly persistent object is updated. |
class |
RollbackFailedException
This exception is thrown if a rollback fails. |
class |
UOWException
A base exception for all the persistence layer exceptions. |
class |
UpdateFailedException
This exception is thrown if the updation of an object from the persistent store fails. |
class |
UpdatePrimaryKeyException
This exception is thrown if a field, which is part of the primary key, is updated for a domain object retrieved from the database. |
| Uses of CustomException in org.jaffa.presentation.portlet.session |
| Subclasses of CustomException in org.jaffa.presentation.portlet.session | |
class |
UserSessionSetupException
This exception is thrown if there is a set up issue in the user session filter |
| Uses of CustomException in org.jaffa.rules |
| Subclasses of CustomException in org.jaffa.rules | |
class |
RulesEngineException
This exception is thrown if an error occurs in the Dynamic Rules Engine. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||