public class TableStorageException
extends com.azure.core.exception.HttpResponseException
Constructor and Description |
---|
TableStorageException(String message,
com.azure.core.http.HttpResponse response,
Object value)
Constructs a
BlobStorageException . |
Modifier and Type | Method and Description |
---|---|
TableErrorCode |
getErrorCode() |
String |
getServiceMessage() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TableStorageException(String message, com.azure.core.http.HttpResponse response, Object value)
BlobStorageException
.message
- the exception message or the response content if a message is not available.response
- the HTTP response.value
- the error code of the exception.public TableErrorCode getErrorCode()
public String getServiceMessage()
public int getStatusCode()
Copyright © 2020 Microsoft Corporation. All rights reserved.