microsoft.exchange.webservices.data.autodiscover.exception.error
Class DomainSettingError

java.lang.Object
  extended by microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError

public final class DomainSettingError
extends Object

Represents an error from a GetDomainSettings request.


Constructor Summary
DomainSettingError()
          Initializes a new instance of the DomainSettingError class.
 
Method Summary
 AutodiscoverErrorCode getErrorCode()
          Gets the error code.
 String getErrorMessage()
          Gets the error message.
 String getSettingName()
          Gets the name of the setting.
 void loadFromXml(EwsXmlReader reader)
          Loads from XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainSettingError

public DomainSettingError()
Initializes a new instance of the DomainSettingError class.

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.


Copyright © 2012–2015 Microsoft. All rights reserved.