public class MerchantAPIException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
MerchantAPIException(SiftMerchantResponse response) |
MerchantAPIException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiErrorMessage() |
SiftMerchantResponse |
getSiftResponse() |
public MerchantAPIException(java.lang.String msg)
public MerchantAPIException(SiftMerchantResponse response)
public SiftMerchantResponse getSiftResponse()
public java.lang.String getApiErrorMessage()