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