public class ServiceResponseException extends AzureException
Constructor and Description |
---|
ServiceResponseException(java.lang.String message)
Initializes a new instance of the ServiceResponseException class.
|
ServiceResponseException(java.lang.String message,
java.lang.Throwable cause)
Initializes a new instance of the ServiceResponseException class.
|
public ServiceResponseException(java.lang.String message)
message
- the exception message or the response content if a message is not availablepublic ServiceResponseException(java.lang.String message, java.lang.Throwable cause)
message
- the exception message.cause
- the Throwable which caused the creation of this ServiceResponseException.