Class EmailAttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.EmailAttachmentException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().EmailAttachmentException(String message) SeeException(String).EmailAttachmentException(String message, Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmailAttachmentException
public EmailAttachmentException()SeeException(). -
EmailAttachmentException
SeeException(String). -
EmailAttachmentException
-
EmailAttachmentException
SeeException(Throwable).
-