Class TokenHandler.InvalidTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.oauth2.client.api.storage.TokenHandler.InvalidTokenException
All Implemented Interfaces:
Serializable
Enclosing interface:
TokenHandler

public static class TokenHandler.InvalidTokenException extends Exception
Indicates that there was a problem with a ClientToken and it couldn't be used for successful authorisation with an OAuth 2.0 resource server.
See Also:
  • Constructor Details

    • InvalidTokenException

      public InvalidTokenException()
    • InvalidTokenException

      public InvalidTokenException(String message)
    • InvalidTokenException

      public InvalidTokenException(String message, Throwable cause)
    • InvalidTokenException

      public InvalidTokenException(Throwable cause)