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
public class MailerException extends RuntimeException
Created by bmalkow on 21.04.2017.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailerException()MailerException(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
-
-