Class 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 Detail

      • SendMailException

        public SendMailException​(String message,
                                 Throwable t)