|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
org.apache.james.mailboxmanager.MailboxManagerException
org.apache.james.mailboxmanager.MailboxNotFoundException
public class MailboxNotFoundException
Indicates that the failure is caused by a reference to a mailbox which does not exist.
Constructor Summary | |
---|---|
MailboxNotFoundException(java.lang.String mailboxName)
|
Method Summary | |
---|---|
java.lang.String |
getMailboxName()
Gets the name of the mailbox which cannot be found. |
Methods inherited from class org.apache.james.mailboxmanager.MailboxManagerException |
---|
getCause, 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 |
---|
public MailboxNotFoundException(java.lang.String mailboxName)
mailboxName
- name of the mailbox, not nullMethod Detail |
---|
public final java.lang.String getMailboxName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |