oauthP5.oauth
Class OAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthException
public OAuthException(String message,
Exception e)
- Default constructor
- Parameters:
message
- message explaining what went wronge
- 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