### YamlMime:JavaType uid: "com.azure.core.management.exception.ManagementException" fullName: "com.azure.core.management.exception.ManagementException" name: "ManagementException" nameWithType: "ManagementException" summary: "Exception thrown for an invalid response with custom error information." inheritances: - "" - "" - "" - "" - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "wait" - "wait" - "wait" - classRef: "java.lang.Throwable" methodsRef: - "addSuppressed" - "fillInStackTrace" - "getCause" - "getLocalizedMessage" - "getMessage" - "getStackTrace" - "getSuppressed" - "initCause" - "printStackTrace" - "printStackTrace" - "printStackTrace" - "setStackTrace" - "toString" syntax: "public class **ManagementException**
extends " constructors: - uid: "com.azure.core.management.exception.ManagementException.ManagementException(java.lang.String,com.azure.core.http.HttpResponse)" fullName: "com.azure.core.management.exception.ManagementException.ManagementException(String message, HttpResponse response)" name: "ManagementException(String message, HttpResponse response)" nameWithType: "ManagementException.ManagementException(String message, HttpResponse response)" summary: "Initializes a new instance of the class." parameters: - description: "the exception message or the response content if a message is not available" name: "message" type: "String" - description: "the HTTP response" name: "response" type: "" syntax: "public ManagementException(String message, HttpResponse response)" desc: "Initializes a new instance of the class." - uid: "com.azure.core.management.exception.ManagementException.ManagementException(java.lang.String,com.azure.core.http.HttpResponse,com.azure.core.management.exception.ManagementError)" fullName: "com.azure.core.management.exception.ManagementException.ManagementException(String message, HttpResponse response, ManagementError value)" name: "ManagementException(String message, HttpResponse response, ManagementError value)" nameWithType: "ManagementException.ManagementException(String message, HttpResponse response, ManagementError value)" summary: "Initializes a new instance of the class." parameters: - description: "the exception message or the response content if a message is not available" name: "message" type: "String" - description: "the HTTP response" name: "response" type: "" - description: "the deserialized response value" name: "value" type: "" syntax: "public ManagementException(String message, HttpResponse response, ManagementError value)" desc: "Initializes a new instance of the class." methods: - uid: "com.azure.core.management.exception.ManagementException.getValue()" fullName: "com.azure.core.management.exception.ManagementException.getValue()" name: "getValue()" nameWithType: "ManagementException.getValue()" overridden: "com.azure.core.exception.HttpResponseException.getValue()" syntax: "public ManagementError getValue()" returns: type: "" - uid: "com.azure.core.management.exception.ManagementException.toString()" fullName: "com.azure.core.management.exception.ManagementException.toString()" name: "toString()" nameWithType: "ManagementException.toString()" overridden: "java.lang.Throwable.toString()" syntax: "public String toString()" returns: type: "String" type: "class" desc: "Exception thrown for an invalid response with custom error information." metadata: {} package: "com.azure.core.management.exception" artifact: com.azure:azure-core-management:1.15.3