Package org.nekosoft.pdffer.exception
Class PdfferMailerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
org.nekosoft.pdffer.exception.PdfferMailerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MailAddressException
,MailMessageException
,MailSenderException
The top-level exception of the PDFfer Mailer exception hierarchy.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionInstantiates a new Pdffer mailer exception.PdfferMailerException(String message)
Instantiates a new Pdffer mailer exception.PdfferMailerException(String message, Throwable cause)
Instantiates a new Pdffer mailer exception.PdfferMailerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Instantiates a new Pdffer mailer exception.PdfferMailerException(Throwable cause)
Instantiates a new Pdffer mailer exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfferMailerException
public PdfferMailerException()Instantiates a new Pdffer mailer exception. -
PdfferMailerException
Instantiates a new Pdffer mailer exception.- Parameters:
message
- the message
-
PdfferMailerException
Instantiates a new Pdffer mailer exception.- Parameters:
message
- the messagecause
- the cause
-
PdfferMailerException
Instantiates a new Pdffer mailer exception.- Parameters:
cause
- the cause
-
PdfferMailerException
public PdfferMailerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new Pdffer mailer exception.- Parameters:
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack trace
-