org.apache.james.mailbox
Class MailboxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by org.apache.james.mailbox.MailboxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadCredentialsException, MailboxExistsException, MailboxNotFoundException, SubscriptionException, UnsupportedCriteriaException, UnsupportedOperationException, UnsupportedSearchException

public class MailboxException
extends javax.mail.MessagingException

See Also:
Serialized Form

Constructor Summary
MailboxException()
           
MailboxException(java.lang.String message)
           
MailboxException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
getCause, getNextException, setNextException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

MailboxException

public MailboxException(java.lang.String message)

MailboxException

public MailboxException()

MailboxException

public MailboxException(java.lang.String msg,
                        java.lang.Exception cause)


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