Class 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:
  • Constructor Details

    • AccessTokenException

      public AccessTokenException(Exception cause)
      Constructs a new access token exception.
      Parameters:
      cause - the underlying cause