Class MailpitHelperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.bugreaper.modules.email.exceptions.MailpitHelperException
- All Implemented Interfaces:
Serializable
Exceptions that can be thrown during Mailpit helper use
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailpitHelperException(String message) Constructs a new exception with the specified detail message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailpitHelperException
Constructs a new exception with the specified detail message- Parameters:
message- String with message
-