public class ServiceResponseException extends AzureException
| Constructor and Description |
|---|
ServiceResponseException(String message)
Initializes a new instance of the ServiceResponseException class.
|
ServiceResponseException(String message,
Throwable cause)
Initializes a new instance of the ServiceResponseException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceResponseException(String message)
message - the exception message or the response content if a message is not availableCopyright © 2019 Microsoft Corporation. All rights reserved.