See: Description

| Interface | Description |
|---|---|
| ExceptionMessages |
Interface to collect exception messages that are used in several cases.
|
| Exception | Description |
|---|---|
| AbortException |
Exception for aborting some process and transporting a message.
|
| APIViolationException |
This class indicates an exception likely caused by an API not implemented
correctly.
|
| NotImplementedException |
Exception thrown when a particular code path was not yet implemented.
|
| ObjectNotFoundException |
Exception thrown when the requested object was not found in the database.
|
| UnableToComplyException |
General Exception to state inability to execute an operation.
|