org.jboss.seam.mail.core
Class AttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.seam.mail.core.MailException
org.jboss.seam.mail.core.AttachmentException
- All Implemented Interfaces:
- Serializable
public class AttachmentException
- extends MailException
Thrown when an email address fails to validate as RFC822
- Author:
- Cody Lerum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AttachmentException
public AttachmentException()
AttachmentException
public AttachmentException(String message,
Throwable cause)
AttachmentException
public AttachmentException(String message)
AttachmentException
public AttachmentException(Throwable cause)
Copyright © 2011 Seam Framework. All Rights Reserved.