Package tigase.extras.mailer
Class MailerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tigase.extras.mailer.MailerException
- All Implemented Interfaces:
Serializable
Created by bmalkow on 21.04.2017.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailerException(String message) MailerException(String message, Throwable cause) MailerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MailerException(Throwable 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
-
MailerException
public MailerException() -
MailerException
-
MailerException
-
MailerException
-
MailerException
-