|
||||||||||
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.MailboxExistsException
public class MailboxExistsException
Indicates that the operation failed since the mailbox already exists.
Constructor Summary | |
---|---|
MailboxExistsException(java.lang.String mailboxName)
|
Method Summary | |
---|---|
java.lang.String |
getMailboxName()
Gets the name of the mailbox which alredy exists. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.james.mailboxmanager.MailboxManagerException |
---|
getCause, getMessage |
Methods inherited from class javax.mail.MessagingException |
---|
getNextException, setNextException |
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 MailboxExistsException(java.lang.String mailboxName)
Method Detail |
---|
public final java.lang.String getMailboxName()
public java.lang.String toString()
toString
in class javax.mail.MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |