|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lavantech.net.mail.AttachmentException
An AttachmentException is thrown when an attachment in a Message is not accessible (doesn't exists or not readable) for mailing.
Constructor Summary | |
AttachmentException(java.lang.String msg,
java.io.File file)
Constructs an AttachmentException with a given message and file |
Method Summary | |
java.io.File |
getAttachmentFile()
Returns the file that was not accessible for mailing. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AttachmentException(java.lang.String msg, java.io.File file)
Method Detail |
public java.io.File getAttachmentFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |