com.google.appengine.api.oauth
Class InvalidOAuthTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.appengine.api.oauth.OAuthRequestException
-
- com.google.appengine.api.oauth.InvalidOAuthTokenException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidOAuthTokenException extends OAuthRequestException
InvalidOAuthTokenException
is thrown when a request contains an invalid OAuth token (for example, a token that has been revoked by the user).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InvalidOAuthTokenException(java.lang.String message)
-