oauth.signpost.exception
Class OAuthNotAuthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oauth.signpost.exception.OAuthException
              extended by oauth.signpost.exception.OAuthNotAuthorizedException
All Implemented Interfaces:
Serializable

public class OAuthNotAuthorizedException
extends OAuthException

See Also:
Serialized Form

Constructor Summary
OAuthNotAuthorizedException()
           
OAuthNotAuthorizedException(String responseBody)
           
 
Method Summary
 String getResponseBody()
           
 
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

OAuthNotAuthorizedException

public OAuthNotAuthorizedException()

OAuthNotAuthorizedException

public OAuthNotAuthorizedException(String responseBody)
Method Detail

getResponseBody

public String getResponseBody()


Copyright © 2010. All Rights Reserved.