Class InvoiceNotFoundResponseMapper
- java.lang.Object
-
- org.wso2.msf4j.client.codec.RestErrorResponseMapper<InvoiceNotFoundRestServiceException>
-
- org.wso2.msf4j.example.client.exception.InvoiceNotFoundResponseMapper
-
public class InvoiceNotFoundResponseMapper extends org.wso2.msf4j.client.codec.RestErrorResponseMapper<InvoiceNotFoundRestServiceException>
RestErrorResponseMapper which maps REST service response error to CustomerNotFoundRestServiceException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_CODE
-
Constructor Summary
Constructors Constructor Description InvoiceNotFoundResponseMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<InvoiceNotFoundRestServiceException>getExceptionClass()java.lang.StringgetExceptionKey()
-
-
-
Field Detail
-
ERROR_CODE
public static final java.lang.String ERROR_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExceptionKey
public java.lang.String getExceptionKey()
- Specified by:
getExceptionKeyin classorg.wso2.msf4j.client.codec.RestErrorResponseMapper<InvoiceNotFoundRestServiceException>
-
getExceptionClass
public java.lang.Class<InvoiceNotFoundRestServiceException> getExceptionClass()
- Specified by:
getExceptionClassin classorg.wso2.msf4j.client.codec.RestErrorResponseMapper<InvoiceNotFoundRestServiceException>
-
-