Package org.forgerock.am.oauth2
Class AccessTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.am.oauth2.AccessTokenException
- All Implemented Interfaces:
Serializable
The exception thrown when creating OAuth2 token using client credential grant type.
- Since:
- 7.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionAccessTokenException
(Exception cause) Constructs a new access token exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessTokenException
Constructs a new access token exception.- Parameters:
cause
- the underlying cause
-