oauth.signpost.exception
Class OAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oauth.signpost.exception.OAuthException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OAuthCommunicationException, OAuthExpectationFailedException, OAuthMessageSignerException, OAuthNotAuthorizedException

public abstract class OAuthException
extends Exception

See Also:
Serialized Form

Constructor Summary
OAuthException(String message)
           
OAuthException(String message, Throwable cause)
           
OAuthException(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

public OAuthException(String message)

OAuthException

public OAuthException(Throwable cause)

OAuthException

public OAuthException(String message,
                      Throwable cause)


Copyright © 2010. All Rights Reserved.