net.oauth
Class OAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.oauth.OAuthException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OAuthProblemException

public class OAuthException
extends java.lang.Exception

An exception thrown by the OAuth library.

See Also:
Serialized Form

Constructor Summary
protected OAuthException()
          For subclasses only.
  OAuthException(java.lang.String message)
           
  OAuthException(java.lang.String message, java.lang.Throwable cause)
           
  OAuthException(java.lang.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

OAuthException

protected OAuthException()
For subclasses only.


OAuthException

public OAuthException(java.lang.String message)
Parameters:
message -

OAuthException

public OAuthException(java.lang.Throwable cause)
Parameters:
cause -

OAuthException

public OAuthException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2009. All Rights Reserved.