|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.UserSettingError
public final class UserSettingError
Represents an error from a GetUserSettings request.
| Constructor Summary | |
|---|---|
protected |
UserSettingError()
Initializes a new instance of the "UserSettingError" class. |
protected |
UserSettingError(AutodiscoverErrorCode errorCode,
String errorMessage,
String settingName)
Initializes a new instance of the "UserSettingError" class. |
| Method Summary | |
|---|---|
AutodiscoverErrorCode |
getErrorCode()
Gets the error code. |
String |
getErrorMessage()
Gets the error message. |
String |
getSettingName()
Gets the name of the setting. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
Loads from XML. |
protected void |
setErrorCode(AutodiscoverErrorCode errorCode)
|
protected void |
setErrorMessage(String errorMessage)
|
protected void |
setSettingName(String settingName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected UserSettingError()
protected UserSettingError(AutodiscoverErrorCode errorCode,
String errorMessage,
String settingName)
errorCode - The error codeerrorMessage - The error messagesettingName - Name of the setting| Method Detail |
|---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader)
throws Exception
reader - The reader.
Exception - the exceptionpublic AutodiscoverErrorCode getErrorCode()
protected void setErrorCode(AutodiscoverErrorCode errorCode)
public String getErrorMessage()
protected void setErrorMessage(String errorMessage)
public String getSettingName()
protected void setSettingName(String settingName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||