org.apache.james.mailboxmanager
Class MailboxManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by org.apache.james.mailboxmanager.MailboxManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MailboxExistsException, MailboxNotFoundException, UnsupportedCriteriaException

public class MailboxManagerException
extends javax.mail.MessagingException

See Also:
Serialized Form

Constructor Summary
MailboxManagerException(java.lang.Exception e)
           
MailboxManagerException(java.lang.String string)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 
Methods inherited from class javax.mail.MessagingException
getNextException, setNextException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailboxManagerException

public MailboxManagerException(java.lang.Exception e)

MailboxManagerException

public MailboxManagerException(java.lang.String string)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class javax.mail.MessagingException

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.