|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
public final class DomainSettingError
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 |
|---|
public DomainSettingError()
DomainSettingError class.
| Method Detail |
|---|
public void loadFromXml(EwsXmlReader reader)
throws Exception
reader - The reader.
Exception - the exceptionpublic AutodiscoverErrorCode getErrorCode()
public String getErrorMessage()
public String getSettingName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||