Class DomainSettingError
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
-
public final class DomainSettingError extends Object
Represents an error from a GetDomainSettings request.
-
-
Constructor Summary
Constructors Constructor Description DomainSettingError()Initializes a new instance of theDomainSettingErrorclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutodiscoverErrorCodegetErrorCode()Gets the error code.StringgetErrorMessage()Gets the error message.StringgetSettingName()Gets the name of the setting.voidloadFromXml(EwsXmlReader reader)Loads from XML.
-
-
-
Constructor Detail
-
DomainSettingError
public DomainSettingError()
Initializes a new instance of theDomainSettingErrorclass.
-
-
Method Detail
-
loadFromXml
public void loadFromXml(EwsXmlReader reader) throws Exception
Loads from XML.- Parameters:
reader- The reader.- Throws:
Exception- the exception
-
getErrorCode
public AutodiscoverErrorCode getErrorCode()
Gets the error code.- Returns:
- The error code.
-
getErrorMessage
public String getErrorMessage()
Gets the error message.- Returns:
- The error message.
-
getSettingName
public String getSettingName()
Gets the name of the setting.- Returns:
- The name of the setting.
-
-