SK.gnome.dwarf.mail.mime
Class AddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bySK.gnome.dwarf.mail.MailException
              extended bySK.gnome.dwarf.mail.mime.AddressException
All Implemented Interfaces:
java.io.Serializable

public class AddressException
extends MailException

This exception is throws in the case of a syntactically incorrect RFC822 address.

See Also:
Serialized Form

Constructor Summary
AddressException(java.lang.String message)
          Creates a new AddressException with the given message.
AddressException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AddressException with the given message and root cause.
 
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

AddressException

public AddressException(java.lang.String message)
Creates a new AddressException with the given message.

Parameters:
message - the message

AddressException

public AddressException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new AddressException with the given message and root cause.

Parameters:
message - the message
cause - the root cause


Copyright (c) 2004-2005, Gnome Ltd. All rights reserved.