Class MissingKCClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.europeana.api.commons.error.EuropeanaApiException
eu.europeana.apikey.exception.MissingKCClientException
All Implemented Interfaces:
Serializable

public class MissingKCClientException extends eu.europeana.api.commons.error.EuropeanaApiException
Exception thrown when the keycloak client could not be found
Author:
Patrick Ehlert Created on 18 nov 2019 Mofified on 4 Feb 2021
See Also:
  • Constructor Details

    • MissingKCClientException

      public MissingKCClientException(String apiKey)
      Instantiates a new Missing kc client exception.
      Parameters:
      apiKey - the api key
  • Method Details

    • doLogStacktrace

      public boolean doLogStacktrace()
      Overrides:
      doLogStacktrace in class eu.europeana.api.commons.error.EuropeanaApiException
    • getResponseStatus

      public org.springframework.http.HttpStatus getResponseStatus()
      Overrides:
      getResponseStatus in class eu.europeana.api.commons.error.EuropeanaApiException