|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.AutodiscoverError
public final class AutodiscoverError
Defines the AutodiscoverError class.
| Method Summary | |
|---|---|
String |
getDebugData()
Gets the debug data. |
int |
getErrorCode()
Gets the error code. |
String |
getId()
Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed. |
String |
getMessage()
Gets the error message. |
String |
getTime()
Gets the time when the error was returned. |
protected static AutodiscoverError |
parse(microsoft.exchange.webservices.data.EwsXmlReader reader)
Parses the XML through the specified reader and creates an Autodiscover error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static AutodiscoverError parse(microsoft.exchange.webservices.data.EwsXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionpublic String getTime()
public String getId()
public int getErrorCode()
public String getMessage()
public String getDebugData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||