com.atlassian.mail
Class MailException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.atlassian.mail.MailException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

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(java.lang.String s)
           
MailException(java.lang.String s, java.lang.Throwable throwable)
           
MailException(java.lang.Throwable throwable)
           
 
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(java.lang.String s)

MailException

public MailException(java.lang.Throwable throwable)

MailException

public MailException(java.lang.String s,
                     java.lang.Throwable throwable)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.