Package com.google.appengine.api.oauth
Class OAuthRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.appengine.api.oauth.OAuthRequestException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidOAuthParametersException
,InvalidOAuthTokenException
public class OAuthRequestException extends Exception
OAuthRequestException
is thrown when a request is not a valid OAuth request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthRequestException(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
-
OAuthRequestException
public OAuthRequestException(String message)
-
-