com.atlassian.mail
Class MailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by com.atlassian.mail.MailException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class MailException
extends org.apache.commons.lang.exception.NestableException

Created by IntelliJ IDEA. User: Administrator Date: Dec 9, 2002 Time: 2:24:33 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
MailException()
           
MailException(String s)
           
MailException(String s, Throwable throwable)
           
MailException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailException

public MailException()

MailException

public MailException(String s)

MailException

public MailException(Throwable throwable)

MailException

public MailException(String s,
                     Throwable throwable)


Atlassian Mail is developed by Atlassian Software Systems.