Uses of Class
org.wso2.msf4j.example.exception.GenericServerErrorException
-
Packages that use GenericServerErrorException Package Description org.wso2.msf4j.example.exception org.wso2.msf4j.example.service -
-
Uses of GenericServerErrorException in org.wso2.msf4j.example.exception
Methods in org.wso2.msf4j.example.exception with parameters of type GenericServerErrorException Modifier and Type Method Description javax.ws.rs.core.ResponseGenericServerErrorMapper. toResponse(GenericServerErrorException ex) -
Uses of GenericServerErrorException in org.wso2.msf4j.example.service
Methods in org.wso2.msf4j.example.service that throw GenericServerErrorException Modifier and Type Method Description javax.ws.rs.core.ResponseReportService. getInvoiceReport(java.lang.String id)Retrieves the invoice report for a given invoice ID.
-