com.paypal.base.exception
Class PayPalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.paypal.base.exception.PayPalException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OAuthException
public abstract class PayPalException
- extends Exception
A PayPalException is thrown to signal a problem during SDK execution.
- Author:
- PayPal DTS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PayPalException
public PayPalException()
PayPalException
public PayPalException(String message)
PayPalException
public PayPalException(String message,
Throwable cause)
Copyright © 2015. All Rights Reserved.