jACOB 2.7 API Documentation.

Package de.tif.jacob.core.exception

Class Summary
ExceptionHandler Exception handler class which should be used to report caught throwables in a well-defined way.
 

Exception Summary
AuthenticationException This exception indicates that an user authentication has failed due to any reason.
AuthorizationException This exception indicates that an authorization problem has occured, i.e.
InvalidApplicationException This exception indicates that an operation has been performed on an invalid application, e.g. an application could not be deployed because of a version incompatibility.
InvalidExpressionException This exception indicates that an invalid expression has been entered.
InvalidMimetypeException This exception indicates that a respective mime type is not valid, i.e. is not supported by an operation.
InvalidNewPasswordException This exception indicates that the entered new password is not excepted for any reason.
InvalidUseridPasswordException This exception indicates that an user authentication has failed due to an invalid combination of user id and password.
MissingPropertyException This exception indicates that an certain configuration property is missing.
RecordLockedException This exception indicates that a given data table record has already been locked by another user.
RecordNotFoundException This exception indicates that a given data table record could not be retrieved from data source for any reason.
RequestCanceledException This exception indicates that a long lasting request has been canceled by user interaction.
RequiredFieldException This exception indicates that a required table field has not been set when committing a data table record.
StartupException This exception will be thrown only at the startup of the system.
TerminatedSessionException This exception indicates that a user session has been terminated.
TimeoutApplicationException This exception indicates that a user session has been timed out, because no user interaction has been performed for a certain while.
UnavailableDatasourceException This exception indicates that the implemenation (type) of a required data source is not available.
UncommittedLinkedRecordException This exception indicates that a record is going to be saved (committed), which is linked to an uncommitted record.
UndefinedDatasourceException This exception indicates that a required data source is not defined so far.
UniqueViolationException This exception indicates that a unique key violation has been occurred.
UserException UserException is the base class of all (non runtime) exceptions which in general result due to inproper user operation.
UserNotExistingException This exception indicates that a user with a given id does not exist.
UserRuntimeException UserRuntimeException is the base class of all runtime exceptions which in general result due to inproper user operation.
ValueOutOfRangeException This exception indicates that a given value is out of range.
ValueTooBigException This exception indicates that a given value is too big.
ValueTooSmallException This exception indicates that a given value is too small.
 


jACOB 2.7 API Documentation.