public class TooManyRedirectsException extends HttpResponseException
HttpResponseException,
Serialized Form| Constructor and Description |
|---|
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.
|
response, valueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyRedirectsException(String message, HttpResponse response)
message - the exception message or the response content if a message is not availableresponse - the HTTP responsepublic TooManyRedirectsException(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 TooManyRedirectsException(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 TooManyRedirectsExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.