org.codegist.crest.oauth
Class OAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codegist.crest.oauth.OAuthException
All Implemented Interfaces:
Serializable

public class OAuthException
extends RuntimeException

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
Serialized Form

Constructor Summary
OAuthException()
           
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthException

public OAuthException()

OAuthException

public OAuthException(String message)

OAuthException

public OAuthException(String message,
                      Throwable cause)

OAuthException

public OAuthException(Throwable cause)


Copyright © 2011. All Rights Reserved.