Class PayPalRESTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.vendor.paypal.service.exception.PayPalRESTException
- All Implemented Interfaces:
Serializable
Represents an error response from a request against the PayPal REST APIs. The
Throwable.getMessage() will be a JSON string.- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPayPalRESTException(String message) PayPalRESTException(String message, Throwable cause) PayPalRESTException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PayPalRESTException
public PayPalRESTException() -
PayPalRESTException
-
PayPalRESTException
-
PayPalRESTException
-