com.paypal.base.exception
Class OAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.paypal.base.exception.PayPalException
              extended by com.paypal.base.exception.OAuthException
All Implemented Interfaces:
Serializable

public class OAuthException
extends PayPalException

See Also:
Serialized Form

Constructor Summary
OAuthException(String message)
          Constructs a new exception with the specified detail message.
OAuthException(String message, Throwable throwable)
           
 
Method Summary
 String getError()
           
 
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

OAuthException

public OAuthException(String message)
Constructs a new exception with the specified detail message.


OAuthException

public OAuthException(String message,
                      Throwable throwable)
Method Detail

getError

public String getError()


Copyright © 2015. All Rights Reserved.