Package eu.europeana.apikey.exception
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 Summary
ConstructorsConstructorDescriptionSendMailException(String message, Throwable t) Instantiates a new Send mail exception. -
Method Summary
Methods inherited from class eu.europeana.api.commons.error.EuropeanaApiException
doExposeMessage, doLog, doLogStacktrace, getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SendMailException
Instantiates a new Send mail exception.- Parameters:
message- the messaget- the t
-
-
Method Details
-
getResponseStatus
public org.springframework.http.HttpStatus getResponseStatus()- Overrides:
getResponseStatusin classeu.europeana.api.commons.error.EuropeanaApiException
-