Package eu.europeana.apikey.exception
Class SendMailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.europeana.apikey.exception.ApiKeyException
-
- eu.europeana.apikey.exception.SendMailException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(INTERNAL_SERVER_ERROR) public class SendMailException extends ApiKeyException
Exception thrown when an email cannot be sent (e.g. confirmation email after creating an apikey)- Author:
- Maike Created on 20 nov 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendMailException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class eu.europeana.apikey.exception.ApiKeyException
doLog, doLogStacktrace, getError, getMessage, getStatus, getTimestamp
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-