Class InvalidAccessTokenException

All Implemented Interfaces:
Serializable

public class InvalidAccessTokenException extends FessSystemException
Exception thrown when an invalid access token is encountered. This exception is typically used in authentication and authorization contexts where a provided access token is invalid, expired, or malformed.
See Also:
  • Constructor Details

    • InvalidAccessTokenException

      public InvalidAccessTokenException(String type, String message)
      Creates a new InvalidAccessTokenException with the specified type and message.
      Parameters:
      type - the type of the invalid access token
      message - the detailed error message
  • Method Details

    • getType

      public String getType()
      Returns the type of the invalid access token.
      Returns:
      the type of the invalid access token