org.jboss.seam.mail.core
Class InvalidAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.mail.core.MailException
                  extended by org.jboss.seam.mail.core.InvalidAddressException
All Implemented Interfaces:
Serializable

public class InvalidAddressException
extends MailException

Thrown when an email address fails to validate as RFC822

Author:
Cody Lerum
See Also:
Serialized Form

Constructor Summary
InvalidAddressException()
           
InvalidAddressException(String message)
           
InvalidAddressException(String message, Throwable cause)
           
InvalidAddressException(Throwable cause)
           
 
Method Summary
 
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

InvalidAddressException

public InvalidAddressException()

InvalidAddressException

public InvalidAddressException(String message,
                               Throwable cause)

InvalidAddressException

public InvalidAddressException(String message)

InvalidAddressException

public InvalidAddressException(Throwable cause)


Copyright © 2011 Seam Framework. All Rights Reserved.