Class PayPalRESTException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.paypal.micro.exception.PayPalRESTException
-
- All Implemented Interfaces:
Serializable
public class PayPalRESTException extends RuntimeException
Represents an error response from a request against the PayPal REST APIs. TheThrowable.getMessage()
will be a JSON string.- Author:
- Nathan Moore (nathandmoore)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayPalRESTException()
PayPalRESTException(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
-
-