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:
java.io.Serializable
public class OAuthCommunicationException extends OAuthException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
responseBody
-
Constructor Summary
Constructors Constructor Description OAuthCommunicationException(java.lang.Exception cause)
OAuthCommunicationException(java.lang.String message, java.lang.String responseBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResponseBody()
-