Interface StandardServiceExceptionCode
-
- All Known Implementing Classes:
FraudServiceExceptionCodes,GeolocationServiceExceptionCodes,PaymentServiceExceptionCodes,ShippingServiceExceptionCodes,StandardServiceExceptionCodes,TaxServiceExceptionCodes,WebServiceExceptionCodes
public interface StandardServiceExceptionCodeProvides for mapping exceptions to specific codes (so that the client can handle it accordingly).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCode()java.lang.StringgetMessage()
-