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