| Interface | Description |
|---|---|
| CriticalException |
Marker interface for critical exceptions.
|
| ExceptionAware |
Interface to represent types which can give information
whether an exception has been attached to themselves.
|
| NonCriticalException |
Marker interface for non-critical exceptions.
|
| Class | Description |
|---|---|
| AbstractExceptionAware |
Base class for
ExceptionAware implementations. |
| ExceptionWrapper |
Wraps exception with its information without referencing itself.
|
| Exception | Description |
|---|---|
| EntityNotFoundException |
An
Exception type to represent entity not found errors. |
Copyright © 2018. All Rights Reserved.