org.bejug.javacareers.common.exception
Class MailException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bejug.javacareers.common.exception.JavaCareerException
              extended byorg.bejug.javacareers.common.exception.MailException
All Implemented Interfaces:
java.io.Serializable

public class MailException
extends JavaCareerException

Exception thrown when something goes wrong when sending a mailmessage.

Version:
$Revision: 1.1 $ $Date: 2005/08/26 07:58:25 $
Author:
Bart Meyers (last modified by $Author: ge0ffrey $)
See Also:
Serialized Form

Constructor Summary
MailException()
          {@inheritDoc}
MailException(java.lang.Exception e)
          {@inheritDoc}
MailException(java.lang.String message)
          {@inheritDoc}
 
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()
{@inheritDoc}


MailException

public MailException(java.lang.String message)
{@inheritDoc}


MailException

public MailException(java.lang.Exception e)
{@inheritDoc}



Copyright © 2005-2006 BeJUG. All Rights Reserved.