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
public class AccessTokenException extends RuntimeException
The exception thrown when creating OAuth2 token using client credential grant type.- Since:
- 7.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTokenException(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 Detail
-
AccessTokenException
public AccessTokenException(Exception cause)
Constructs a new access token exception.- Parameters:
cause
- the underlying cause
-
-