Package org.wso2.msf4j.example.exception
-
Class Summary Class Description CustomerNotFoundMapper ExceptionMapper which handles CustomerNotFoundException.EntityNotFoundMapper EntityNotFoundMapper.GenericServerErrorMapper ExceptionMapper which handled GenericServerErrorException.InvoiceNotFoundMapper ExceptionMapper which handles InvoiceNotFoundException. -
Exception Summary 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 requestInvoiceNotFoundException Thrown when a Invoice record is not found.