Package 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:
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 Description InvalidOAuthTokenException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidOAuthTokenException
public InvalidOAuthTokenException(String message)
-
-