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

public class PayPalRESTException extends RuntimeException
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 Details

    • PayPalRESTException

      public PayPalRESTException()
    • PayPalRESTException

      public PayPalRESTException(String message)
    • PayPalRESTException

      public PayPalRESTException(String message, Throwable cause)
    • PayPalRESTException

      public PayPalRESTException(Throwable cause)