public class AutodiscoverResponseException extends ServiceRemoteException
Constructor and Description |
---|
AutodiscoverResponseException(AutodiscoverErrorCode errorCode,
String message)
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
AutodiscoverErrorCode |
getErrorCode()
Gets the ErrorCode for the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AutodiscoverResponseException(AutodiscoverErrorCode errorCode, String message)
errorCode
- the error codemessage
- the messagepublic AutodiscoverErrorCode getErrorCode()
Copyright © 2012–2015 Microsoft. All rights reserved.