Class MissingKCClientException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(INTERNAL_SERVER_ERROR)
    public class MissingKCClientException
    extends ApiKeyException
    Exception thrown when the keycloak client could not be found
    Author:
    Patrick Ehlert Created on 18 nov 2019
    See Also:
    Serialized Form
    • Constructor Detail

      • MissingKCClientException

        public MissingKCClientException​(String apiKey)
    • 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)