azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

92 строки
8.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.ErrorResponseException"
fullName: "com.microsoft.azure.management.resources.ErrorResponseException"
name: "ErrorResponseException"
nameWithType: "ErrorResponseException"
summary: "Exception thrown for an invalid response with Error<wbr>Response information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Exception?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.RuntimeException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.RestException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.rest.RestException?alt=com.microsoft.rest.RestException&text=RestException\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.rest.RestException.body()?alt=com.microsoft.rest.RestException.body&text=body\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.RestException.response()?alt=com.microsoft.rest.RestException.response&text=response\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Throwable?alt=java.lang.Throwable&text=Throwable\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Throwable.addSuppressed(java.lang.Throwable)?alt=java.lang.Throwable.addSuppressed&text=addSuppressed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.fillInStackTrace()?alt=java.lang.Throwable.fillInStackTrace&text=fillInStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getCause()?alt=java.lang.Throwable.getCause&text=getCause\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getLocalizedMessage()?alt=java.lang.Throwable.getLocalizedMessage&text=getLocalizedMessage\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getMessage()?alt=java.lang.Throwable.getMessage&text=getMessage\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getStackTrace()?alt=java.lang.Throwable.getStackTrace&text=getStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.getSuppressed()?alt=java.lang.Throwable.getSuppressed&text=getSuppressed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.initCause(java.lang.Throwable)?alt=java.lang.Throwable.initCause&text=initCause\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.printStackTrace()?alt=java.lang.Throwable.printStackTrace&text=printStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.printStackTrace(java.io.PrintStream)?alt=java.lang.Throwable.printStackTrace&text=printStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.printStackTrace(java.io.PrintWriter)?alt=java.lang.Throwable.printStackTrace&text=printStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])?alt=java.lang.Throwable.setStackTrace&text=setStackTrace\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Throwable.toString()?alt=java.lang.Throwable.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ErrorResponseException**</br> extends <xref href=\"com.microsoft.rest.RestException?alt=com.microsoft.rest.RestException&text=RestException\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.resources.ErrorResponseException.ErrorResponseException(java.lang.String,retrofit2.Response<okhttp3.ResponseBody>)"
fullName: "com.microsoft.azure.management.resources.ErrorResponseException.ErrorResponseException(String message, Response<ResponseBody> response)"
name: "ErrorResponseException(String message, Response<ResponseBody> response)"
nameWithType: "ErrorResponseException.ErrorResponseException(String message, Response<ResponseBody> response)"
summary: "Initializes a new instance of the Error<wbr>Response<wbr>Exception class."
parameters:
- description: "the exception message or the response content if a message is not available"
name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the HTTP response"
name: "response"
type: "<xref href=\"retrofit2.Response?alt=retrofit2.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"okhttp3.ResponseBody?alt=okhttp3.ResponseBody&text=ResponseBody\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ErrorResponseException(String message, Response<ResponseBody> response)"
desc: "Initializes a new instance of the ErrorResponseException class."
- uid: "com.microsoft.azure.management.resources.ErrorResponseException.ErrorResponseException(java.lang.String,retrofit2.Response<okhttp3.ResponseBody>,com.microsoft.azure.management.resources.ErrorResponse)"
fullName: "com.microsoft.azure.management.resources.ErrorResponseException.ErrorResponseException(String message, Response<ResponseBody> response, ErrorResponse body)"
name: "ErrorResponseException(String message, Response<ResponseBody> response, ErrorResponse body)"
nameWithType: "ErrorResponseException.ErrorResponseException(String message, Response<ResponseBody> response, ErrorResponse body)"
summary: "Initializes a new instance of the Error<wbr>Response<wbr>Exception class."
parameters:
- description: "the exception message or the response content if a message is not available"
name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the HTTP response"
name: "response"
type: "<xref href=\"retrofit2.Response?alt=retrofit2.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"okhttp3.ResponseBody?alt=okhttp3.ResponseBody&text=ResponseBody\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "the deserialized response body"
name: "body"
type: "<xref href=\"com.microsoft.azure.management.resources.ErrorResponse?alt=com.microsoft.azure.management.resources.ErrorResponse&text=ErrorResponse\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ErrorResponseException(String message, Response<ResponseBody> response, ErrorResponse body)"
desc: "Initializes a new instance of the ErrorResponseException class."
methods:
- uid: "com.microsoft.azure.management.resources.ErrorResponseException.body()"
fullName: "com.microsoft.azure.management.resources.ErrorResponseException.body()"
name: "body()"
nameWithType: "ErrorResponseException.body()"
overridden: "com.microsoft.rest.RestException.body()"
syntax: "public ErrorResponse body()"
returns:
type: "<xref href=\"com.microsoft.azure.management.resources.ErrorResponse?alt=com.microsoft.azure.management.resources.ErrorResponse&text=ErrorResponse\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Exception thrown for an invalid response with ErrorResponse information."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4