com.paypal.base.exception
Class PayPalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PayPalException()
           
PayPalException(String message)
           
PayPalException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PayPalException

public PayPalException()

PayPalException

public PayPalException(String message)

PayPalException

public PayPalException(String message,
                       Throwable cause)


Copyright © 2015. All Rights Reserved.