Package oauth.signpost.exception
Class OAuthCommunicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oauth.signpost.exception.OAuthException
-
- oauth.signpost.exception.OAuthCommunicationException
-
- All Implemented Interfaces:
Serializable
public class OAuthCommunicationException extends OAuthException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthCommunicationException(Exception cause)
OAuthCommunicationException(String message, String responseBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResponseBody()
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-