Class InvalidGrantException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.oauth.core.api.error.OAuthException
- 
- com.ibm.oauth.core.api.error.oauth20.OAuth20Exception
- 
- com.ibm.oauth.core.api.error.oauth20.InvalidGrantException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class InvalidGrantException extends OAuth20Exception Represents an exception while processing OAuth 2.0 request and response. This class is the base class for all OAuth 2.0 component exceptions.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.ibm.oauth.core.api.error.oauth20.OAuth20ExceptionACCESS_DENIED, INSUFFICIENT_SCOPE, INVALID_CLIENT, INVALID_GRANT, INVALID_REQUEST, INVALID_SCOPE, INVALID_TOKEN, SERVER_ERROR, TEMPORARILY_UNAVAILABLE, UNAUTHORIZED_CLIENT, UNSUPPORED_GRANT_TPE, UNSUPPORTED_RESPONSE_TPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description InvalidGrantException(java.lang.String message, java.lang.Throwable cause)Creates a OAuth20Exception.
 - 
Method Summary- 
Methods inherited from class com.ibm.oauth.core.api.error.oauth20.OAuth20ExceptionformatSelf, getError
 
- 
 
-