| Interface | Description |
|---|---|
| GenericExceptionHandler |
Interface to be implemented by exception handlers defined on GUI level.
|
| Class | Description |
|---|---|
| AbstractGenericExceptionHandler |
Base class for exception handlers determining their ability to handle an exception by its class name and optional
implementation of
AbstractGenericExceptionHandler.canHandle(String, String, Throwable) method. |
| AccessDeniedHandler | |
| DeletePolicyHandler |
Handles
DeletePolicyException. |
| EntityAccessExceptionHandler |
Handles
EntityAccessException. |
| FileStorageExceptionHandler | |
| MssqlDateOutOfRangeExceptionHandler | |
| NoSuchScreenHandler |
Handles
NoSuchScreenException. |
| NumericOverflowExceptionHandler |
Handles database "numeric overflow" exception.
|
| OptimisticExceptionHandler |
Handles a JPA optimistic lock exception.
|
| RowLevelSecurityExceptionHandler | |
| ServiceCallValidationExceptionHandler | |
| SilentExceptionHandler |
Handler that does nothing in respond to
SilentException. |
| UnfetchedAttributeAccessExceptionHandler | |
| UniqueConstraintViolationHandler |
Handles database unique constraint violations.
|