public final class GraphErrorException
extends com.azure.core.exception.HttpResponseException
| Constructor and Description |
|---|
GraphErrorException(String message,
com.azure.core.http.HttpResponse response)
Initializes a new instance of the GraphErrorException class.
|
GraphErrorException(String message,
com.azure.core.http.HttpResponse response,
GraphError value)
Initializes a new instance of the GraphErrorException class.
|
| Modifier and Type | Method and Description |
|---|---|
GraphError |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GraphErrorException(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 GraphErrorException(String message, com.azure.core.http.HttpResponse response, GraphError 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 GraphError getValue()
getValue in class com.azure.core.exception.HttpResponseExceptionCopyright © 2020 Microsoft Corporation. All rights reserved.