public class DecodeException extends HttpResponseException
| Constructor and Description |
|---|
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.
|
response, valueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecodeException(String message, HttpResponse response)
message - the exception message or the response content if a message is not availableresponse - the Http response received from Azure servicepublic DecodeException(String message, HttpResponse response, Object value)
message - the exception message.response - the Http response received from Azure servicevalue - the deserialized response value.public DecodeException(String message, HttpResponse response, Throwable cause)
message - the exception message or the response content if a message is not availableresponse - the Http responsecause - the Throwable which caused the creation of this HttpResponseExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.