public class MailboxNotFoundException extends MailboxException
| Constructor and Description |
|---|
MailboxNotFoundException(MailboxPath mailboxPath) |
MailboxNotFoundException(String mailboxName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMailboxName()
Gets the name of the mailbox which cannot be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MailboxNotFoundException(String mailboxName)
mailboxName - name of the mailbox, not nullpublic MailboxNotFoundException(MailboxPath mailboxPath)
mailboxPath - name of the mailbox, not nullpublic final String getMailboxName()
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.