microsoft.exchange.webservices.data
Class AutodiscoverResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
microsoft.exchange.webservices.data.AutodiscoverResponseException
- All Implemented Interfaces:
- Serializable
public class AutodiscoverResponseException
- extends ServiceRemoteException
Represents an exception from an autodiscover error response.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AutodiscoverResponseException
protected AutodiscoverResponseException(AutodiscoverErrorCode errorCode,
String message)
- Initializes a new instance of the class.
- Parameters:
errorCode - the error codemessage - the message
getErrorCode
public AutodiscoverErrorCode getErrorCode()
- Gets the ErrorCode for the exception.
- Returns:
- the error code
Copyright © 2012. All Rights Reserved.