oauthP5.oauth
Class OAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oauthP5.oauth.OAuthException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OAuthConnectionException, OAuthParametersMissingException, OAuthSignatureException

public class OAuthException
extends RuntimeException

Default scribe exception. Represents a problem in the OAuth signing process

Author:
Pablo Fernandez
See Also:
Serialized Form

Constructor Summary
OAuthException(String message)
          No-exception constructor.
OAuthException(String message, Exception e)
          Default constructor
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthException

public OAuthException(String message,
                      Exception e)
Default constructor

Parameters:
message - message explaining what went wrong
e - original exception

OAuthException

public OAuthException(String message)
No-exception constructor. Used when there is no original exception

Parameters:
message - message explaining what went wrong


Processing library oauthP5 by New York Times R&D Lab. (c) 2012