public class WebServiceException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
paypalResponse |
private int |
paypalResponseStatus |
Constructor and Description |
---|
WebServiceException(java.lang.String message,
int paypalResponseStatus,
java.lang.String paypalResponse) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getPaypalResponse() |
int |
getPaypalResponseStatus() |