com.openexchange.mail.config
Class MailConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.groupware.AbstractOXException
              extended by com.openexchange.mail.MailException
                  extended by com.openexchange.mail.config.MailConfigException
All Implemented Interfaces:
java.io.Serializable

public final class MailConfigException
extends MailException

MailConfigException - Errors related to mail configuration

Author:
Thorben Betten
See Also:
Serialized Form

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

MailConfigException

public MailConfigException(com.openexchange.groupware.AbstractOXException cause)
Initializes a new MailConfigException

Parameters:
cause - The initial error

MailConfigException

public MailConfigException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new exception with the given detail message and cause.


MailConfigException

public MailConfigException(java.lang.String message)
Constructs a new exception with the given detail message.


MailConfigException

public MailConfigException(java.lang.Exception e)
Constructs a new exception from the given Exception instance.