Class ApiKeyDeprecatedException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(GONE)
    public class ApiKeyDeprecatedException
    extends ApiKeyException
    Exception thrown when trying to perform an action on a deprecated API key
    See Also:
    Serialized Form
    • Constructor Detail

      • ApiKeyDeprecatedException

        public ApiKeyDeprecatedException​(String id)
    • Method Detail

      • doLogStacktrace

        public boolean doLogStacktrace()
        Overrides:
        doLogStacktrace in class ApiKeyException
        Returns:
        boolean indicating whether the stacktrace of the exception should be logged or not (only works when doLog returns true)