microsoft.exchange.webservices.data
Class AutodiscoverError

java.lang.Object
  extended by microsoft.exchange.webservices.data.AutodiscoverError

public final class AutodiscoverError
extends java.lang.Object

Defines the AutodiscoverError class.


Method Summary
 java.lang.String getDebugData()
          Gets the debug data.
 int getErrorCode()
          Gets the error code.
 java.lang.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.
 java.lang.String getMessage()
          Gets the error message.
 java.lang.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

parse

protected static AutodiscoverError parse(microsoft.exchange.webservices.data.EwsXmlReader reader)
                                  throws java.lang.Exception
Parses the XML through the specified reader and creates an Autodiscover error.

Parameters:
reader - the reader
Returns:
AutodiscoverError
Throws:
java.lang.Exception - the exception

getTime

public java.lang.String getTime()
Gets the time when the error was returned.

Returns:
the time

getId

public java.lang.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.

Returns:
the id

getErrorCode

public int getErrorCode()
Gets the error code.

Returns:
the error code

getMessage

public java.lang.String getMessage()
Gets the error message.

Returns:
the message

getDebugData

public java.lang.String getDebugData()
Gets the debug data.

Returns:
the debug data