|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.openexchange.groupware.AbstractOXException
com.openexchange.mail.MailException
com.openexchange.mail.config.MailConfigException
public final class MailConfigException
MailConfigException - Errors related to mail configuration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.openexchange.mail.MailException |
|---|
MailException.Code |
| Nested classes/interfaces inherited from class com.openexchange.groupware.AbstractOXException |
|---|
com.openexchange.groupware.AbstractOXException.Category, com.openexchange.groupware.AbstractOXException.Parsing, com.openexchange.groupware.AbstractOXException.ProblematicAttribute, com.openexchange.groupware.AbstractOXException.Truncated |
| Field Summary |
|---|
| Fields inherited from class com.openexchange.groupware.AbstractOXException |
|---|
DF, SERVER_ID |
| Constructor Summary | |
|---|---|
MailConfigException(com.openexchange.groupware.AbstractOXException cause)
Initializes a new MailConfigException |
|
MailConfigException(java.lang.Exception e)
Constructs a new exception from the given Exception instance. |
|
MailConfigException(java.lang.String message)
Constructs a new exception with the given detail message. |
|
MailConfigException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.openexchange.groupware.AbstractOXException |
|---|
addProblematic, addTruncatedId, getCategory, getComponent, getDetailNumber, getErrorCode, getExceptionID, getLocale, getMessage, getMessageArgs, getOrigMessage, getProblematics, overrideExceptionID, setCategory, setComponent, setDetail, setDetailNumber, setLocale, setMessageArgs, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MailConfigException(com.openexchange.groupware.AbstractOXException cause)
MailConfigException
cause - The initial error
public MailConfigException(java.lang.String message,
java.lang.Throwable cause)
public MailConfigException(java.lang.String message)
public MailConfigException(java.lang.Exception e)
Exception instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||