Class SendMailException

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

public class SendMailException extends eu.europeana.api.commons.error.EuropeanaApiException
Exception thrown when an email cannot be sent (e.g. confirmation email after creating an apikey)
Author:
Maike Created on 20 nov 2019 Modified on 4 Feb 2021
See Also:
  • Constructor Details

    • SendMailException

      public SendMailException(String message, Throwable t)
      Instantiates a new Send mail exception.
      Parameters:
      message - the message
      t - the t
  • Method Details

    • getResponseStatus

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