Return a string describing this mailet.returna string describing this mailet return "ExceptionThrowingMailet Mailet";
return "ExceptionThrowingMailet Mailet";
Throw an exception if any mail is processed.parammail the mail to processthrowsMailetException in all cases throw new MailetException("General protection fault");
throw new MailetException("General protection fault");