public class ResourceModifiedException extends HttpResponseException
| Constructor and Description |
|---|
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.
|
getResponse, getValueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceModifiedException(String message, HttpResponse response)
message - the exception message or the response content if a message is not availableresponse - the HTTP responsepublic ResourceModifiedException(String message, HttpResponse response, Object value)
message - the exception message or the response content if a message is not availableresponse - the HTTP responsevalue - the deserialized response valuepublic ResourceModifiedException(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 ResourceModifiedExceptionCopyright © 2020 Microsoft Corporation. All rights reserved.