Package oauth.signpost.exception
Class OAuthNotAuthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oauth.signpost.exception.OAuthException
-
- oauth.signpost.exception.OAuthNotAuthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OAuthNotAuthorizedException extends OAuthException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
ERROR
private java.lang.String
responseBody
-
Constructor Summary
Constructors Constructor Description OAuthNotAuthorizedException()
OAuthNotAuthorizedException(java.lang.String responseBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResponseBody()
-
-
-
Field Detail
-
ERROR
private static final java.lang.String ERROR
- See Also:
- Constant Field Values
-
responseBody
private java.lang.String responseBody
-
-