oauth.signpost.exception
Class OAuthCommunicationException

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

public class OAuthCommunicationException
extends OAuthException

See Also:
Serialized Form

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

OAuthCommunicationException

public OAuthCommunicationException(Exception cause)

OAuthCommunicationException

public OAuthCommunicationException(String message,
                                   String responseBody)
Method Detail

getResponseBody

public String getResponseBody()


Copyright © 2010. All Rights Reserved.