| Interface | Description |
|---|---|
| ErrorExtEnum |
Contract for error enums which should be extensible.
|
| Enum | Description |
|---|---|
| InternalErrorEnum |
Catalog of internal error codes.
|
| Exception | Description |
|---|---|
| BusinessException |
Common exception for all cases where a business-logic-related exception occurred in some external system,
(e.g., the specified ID does not exist), which would not disappear by itself,
therefore it does not make sense to retry a message after this exception occurred.
|
| IntegrationException |
Common integration exception, parent exception for all exceptions thrown by this integration platform.
|
| LockFailureException |
Unsuccessful getting lock for the record from DB.
|
| MultipleDataFoundException |
Exception indicates that exactly one record was expected but multiple records were found.
|
| NoDataFoundException |
Exception indicates that the expected data was not found.
|
| StoppingException |
Exception indicates that asynchronous request was rejected because ESB was stopping.
|
| ThrottlingExceededException |
Exception indicates that throttling rules were exceeded.
|
| Annotation Type | Description |
|---|---|
| ErrorCodeCatalog |
Marker annotation to describe details about
ErrorExtEnum. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.