All Implemented Interfaces:
Serializable

public class InvalidTokenException extends StoreException
Exception thrown by the ServiceProviderTokenStore.get(String) method if the token is no longer valid. This can be for a number of reasons, for example, if the user that authorized the token is no longer present.
See Also:
  • Constructor Details

    • InvalidTokenException

      public InvalidTokenException(String message)