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