public final class StorageErrorException extends HttpResponseException
| Constructor and Description |
|---|
StorageErrorException(String message,
HttpResponse response)
Initializes a new instance of the StorageErrorException class.
|
StorageErrorException(String message,
HttpResponse response,
StorageError value)
Initializes a new instance of the StorageErrorException class.
|
| Modifier and Type | Method and Description |
|---|---|
StorageError |
getValue() |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageErrorException(String message, HttpResponse response)
message - the exception message or the response content if a message is not available.response - the HTTP response.public StorageErrorException(String message, HttpResponse response, StorageError 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 StorageError getValue()
getValue in class HttpResponseExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.