Package org.scribe.exceptions
Class OAuthException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.scribe.exceptions.OAuthException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 OAuthConnectionException,OAuthParametersMissingException,OAuthSignatureException
public class OAuthException extends java.lang.RuntimeExceptionDefault scribe exception. Represents a problem in the OAuth signing process- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OAuthException(java.lang.String message)No-exception constructor.OAuthException(java.lang.String message, java.lang.Exception e)Default constructor 
 - 
 
- 
- 
Constructor Detail
- 
OAuthException
public OAuthException(java.lang.String message, java.lang.Exception e)Default constructor- Parameters:
 message- message explaining what went wronge- original exception
 
- 
OAuthException
public OAuthException(java.lang.String message)
No-exception constructor. Used when there is no original exception- Parameters:
 message- message explaining what went wrong
 
 - 
 
 -