Class MailMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.network.mail.MailMessageException
- All Implemented Interfaces:
Serializable
Exception used during mail handling
- Author:
- Joern Muehlencord (joern@muehlencord.de)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofMailMessageExceptionwith the specified detail message.MailMessageException(String msg, Throwable th) Constructs an instance ofMailMessageExceptionwith the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailMessageException
Constructs an instance ofMailMessageExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
MailMessageException
-