SK.gnome.dwarf.mail
Class MailException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bySK.gnome.dwarf.mail.MailException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddressException, FailedDeliveryException, MimeException, SessionExpiredException

public class MailException
extends java.lang.Exception

Provides a generic mail exception.

See Also:
Serialized Form

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

MailException

public MailException()
Creates a new MailException.


MailException

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

Parameters:
message - the message

MailException

public MailException(java.lang.Throwable cause)
Creates a new MailException with the given root cause.

Parameters:
cause - the root cause

MailException

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

Parameters:
message - the message
cause - the root cause


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