| Class | Description |
|---|---|
| CustomerNotFoundMapper |
ExceptionMapper which handles CustomerNotFoundException.
|
| EntityNotFoundMapper |
EntityNotFoundMapper.
|
| GenericServerErrorMapper |
ExceptionMapper which handled GenericServerErrorException.
|
| InvoiceNotFoundMapper |
ExceptionMapper which handles InvoiceNotFoundException.
|
| Exception | Description |
|---|---|
| CustomerNotFoundException |
Thrown when a Customer record is not found.
|
| EntityNotFoundException |
EntityNotFoundException.
|
| GenericServerErrorException |
Thrown when a generic exception occurs while handling a micro service request
|
| InvoiceNotFoundException |
Thrown when a Invoice record is not found.
|
Copyright © 2025 WSO2. All rights reserved.