Class MissingDataException

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

public class MissingDataException extends eu.europeana.api.commons.error.EuropeanaApiException
Exception thrown when there is not enough information, e.g. to create a new API key
Author:
Patrick Ehlert Created on 18 nov 2019 Modified on 4 Feb 2021
See Also:
  • Constructor Details

    • MissingDataException

      public MissingDataException(String msg)
      Instantiates a new Missing data exception.
      Parameters:
      msg - the msg
  • 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