| Package | Description |
|---|---|
| com.azure.core.exception |
Package containing core exception classes
|
| com.azure.core.http |
Package containing the HTTP abstractions between the AnnotationParser, RestProxy and HTTP client.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponseException.response() |
| Constructor and Description |
|---|
ClientAuthenticationException(String message,
HttpResponse response)
Initializes a new instance of the ClientAuthenticationException class.
|
ClientAuthenticationException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the ClientAuthenticationException class.
|
ClientAuthenticationException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the ClientAuthenticationException class.
|
DecodeException(String message,
HttpResponse response)
Initializes a new instance of the DecodeException class.
|
DecodeException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the DecodeException class.
|
DecodeException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the DecodeException class.
|
HttpResponseException(String message,
HttpResponse response)
Initializes a new instance of the HttpResponseException class.
|
HttpResponseException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the HTTPResponseException class.
|
HttpResponseException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the HttpResponseException class.
|
ResourceExistsException(String message,
HttpResponse response)
Initializes a new instance of the ResourceExistsException class.
|
ResourceExistsException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the ResourceExistsException class.
|
ResourceExistsException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the ResourceExistsException class.
|
ResourceModifiedException(String message,
HttpResponse response)
Initializes a new instance of the ResourceModifiedException class.
|
ResourceModifiedException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the ResourceModifiedException class.
|
ResourceModifiedException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the ResourceModifiedException class.
|
ResourceNotFoundException(String message,
HttpResponse response)
Initializes a new instance of the ResourceNotFoundException class.
|
ResourceNotFoundException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the ResourceNotFoundException class.
|
ResourceNotFoundException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the ResourceNotFoundException class.
|
TooManyRedirectsException(String message,
HttpResponse response)
Initializes a new instance of the TooManyRedirectsException class.
|
TooManyRedirectsException(String message,
HttpResponse response,
Object value)
Initializes a new instance of the TooManyRedirectsException class.
|
TooManyRedirectsException(String message,
HttpResponse response,
Throwable cause)
Initializes a new instance of the TooManyRedirectsException class.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.buffer()
Get a new Response object wrapping this response with it's content
buffered into memory.
|
HttpResponse |
HttpResponse.request(HttpRequest request)
Sets the request which resulted in this HttpResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.