|
||||||||
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,
java.lang.String errorMessage,
java.lang.String settingName)
Initializes a new instance of the "UserSettingError" class. |
Method Summary | |
---|---|
AutodiscoverErrorCode |
getErrorCode()
Gets the error code. |
java.lang.String |
getErrorMessage()
Gets the error message. |
java.lang.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(java.lang.String errorMessage)
|
protected void |
setSettingName(java.lang.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, java.lang.String errorMessage, java.lang.String settingName)
errorCode
- The error codeerrorMessage
- The error messagesettingName
- Name of the settingMethod Detail |
---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsXmlReader reader) throws java.lang.Exception
reader
- The reader.
java.lang.Exception
- the exceptionpublic AutodiscoverErrorCode getErrorCode()
protected void setErrorCode(AutodiscoverErrorCode errorCode)
public java.lang.String getErrorMessage()
protected void setErrorMessage(java.lang.String errorMessage)
public java.lang.String getSettingName()
protected void setSettingName(java.lang.String settingName)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |