public class AutodiscoverRemoteException extends ServiceRemoteException
Constructor and Description |
---|
AutodiscoverRemoteException(AutodiscoverError error)
Initializes a new instance of the class.
|
AutodiscoverRemoteException(String message,
AutodiscoverError error)
Initializes a new instance of the class.
|
AutodiscoverRemoteException(String message,
AutodiscoverError error,
Exception innerException)
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
AutodiscoverError |
getError()
Gets the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AutodiscoverRemoteException(AutodiscoverError error)
error
- the errorpublic AutodiscoverRemoteException(String message, AutodiscoverError error)
message
- the messageerror
- the errorpublic AutodiscoverRemoteException(String message, AutodiscoverError error, Exception innerException)
message
- the messageerror
- the errorinnerException
- the inner exceptionpublic AutodiscoverError getError()
Copyright © 2012–2015 Microsoft. All rights reserved.