public final class StorageErrorException
extends com.microsoft.rest.v2.RestException
| Constructor and Description |
|---|
StorageErrorException(String message,
com.microsoft.rest.v2.http.HttpResponse response)
Initializes a new instance of the StorageErrorException class.
|
StorageErrorException(String message,
com.microsoft.rest.v2.http.HttpResponse response,
StorageError body)
Initializes a new instance of the StorageErrorException class.
|
| Modifier and Type | Method and Description |
|---|---|
StorageError |
body() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageErrorException(String message, com.microsoft.rest.v2.http.HttpResponse response)
message - the exception message or the response content if a message is not available.response - the HTTP response.public StorageErrorException(String message, com.microsoft.rest.v2.http.HttpResponse response, StorageError body)
message - the exception message or the response content if a message is not available.response - the HTTP response.body - the deserialized response body.public StorageError body()
body in class com.microsoft.rest.v2.RestExceptionThis documentation was released into the public domain.