public final class SearchErrorException
extends com.azure.core.exception.HttpResponseException
| Constructor and Description |
|---|
SearchErrorException(String message,
com.azure.core.http.HttpResponse response)
Initializes a new instance of the SearchErrorException class.
|
SearchErrorException(String message,
com.azure.core.http.HttpResponse response,
SearchError value)
Initializes a new instance of the SearchErrorException class.
|
| Modifier and Type | Method and Description |
|---|---|
SearchError |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchErrorException(String message, com.azure.core.http.HttpResponse response)
message - the exception message or the response content if a message is not available.response - the HTTP response.public SearchErrorException(String message, com.azure.core.http.HttpResponse response, SearchError value)
message - the exception message or the response content if a message is not available.response - the HTTP response.value - the deserialized response value.public SearchError getValue()
getValue in class com.azure.core.exception.HttpResponseExceptionCopyright © 2020 Microsoft Corporation. All rights reserved.