101 строка
8.8 KiB
YAML
101 строка
8.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.exception.DecodeException"
|
|
fullName: "com.azure.core.exception.DecodeException"
|
|
name: "DecodeException"
|
|
nameWithType: "DecodeException"
|
|
summary: "The `DecodeException` represents an exception thrown when the HTTP response could not be decoded during the deserialization process."
|
|
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.azure.core.exception.AzureException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.exception.HttpResponseException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.exception.HttpResponseException?alt=com.azure.core.exception.HttpResponseException&text=HttpResponseException\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.exception.HttpResponseException.getResponse()?alt=com.azure.core.exception.HttpResponseException.getResponse&text=getResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.exception.HttpResponseException.getValue()?alt=com.azure.core.exception.HttpResponseException.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#addSuppressed-java.lang.Throwable-\">addSuppressed</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace--\">fillInStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getCause--\">getCause</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getLocalizedMessage--\">getLocalizedMessage</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getMessage--\">getMessage</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getStackTrace--\">getStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getSuppressed--\">getSuppressed</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#initCause-java.lang.Throwable-\">initCause</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace--\">printStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintStream-\">printStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-\">printStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-\">setStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString--\">toString</a>"
|
|
syntax: "public class **DecodeException**</br> extends <xref href=\"com.azure.core.exception.HttpResponseException?alt=com.azure.core.exception.HttpResponseException&text=HttpResponseException\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.core.exception.DecodeException.DecodeException(java.lang.String,com.azure.core.http.HttpResponse)"
|
|
fullName: "com.azure.core.exception.DecodeException.DecodeException(String message, HttpResponse response)"
|
|
name: "DecodeException(String message, HttpResponse response)"
|
|
nameWithType: "DecodeException.DecodeException(String message, HttpResponse response)"
|
|
summary: "Initializes a new instance of the Decode<wbr>Exception class."
|
|
parameters:
|
|
- description: "The exception message or the response content if a message is not available."
|
|
name: "message"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The HTTP response received from Azure service."
|
|
name: "response"
|
|
type: "<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DecodeException(String message, HttpResponse response)"
|
|
desc: "Initializes a new instance of the DecodeException class."
|
|
- uid: "com.azure.core.exception.DecodeException.DecodeException(java.lang.String,com.azure.core.http.HttpResponse,java.lang.Object)"
|
|
fullName: "com.azure.core.exception.DecodeException.DecodeException(String message, HttpResponse response, Object value)"
|
|
name: "DecodeException(String message, HttpResponse response, Object value)"
|
|
nameWithType: "DecodeException.DecodeException(String message, HttpResponse response, Object value)"
|
|
summary: "Initializes a new instance of the Decode<wbr>Exception class."
|
|
parameters:
|
|
- description: "The exception message."
|
|
name: "message"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The HTTP response received from Azure service."
|
|
name: "response"
|
|
type: "<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The deserialized response value."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public DecodeException(String message, HttpResponse response, Object value)"
|
|
desc: "Initializes a new instance of the DecodeException class."
|
|
- uid: "com.azure.core.exception.DecodeException.DecodeException(java.lang.String,com.azure.core.http.HttpResponse,java.lang.Throwable)"
|
|
fullName: "com.azure.core.exception.DecodeException.DecodeException(String message, HttpResponse response, Throwable cause)"
|
|
name: "DecodeException(String message, HttpResponse response, Throwable cause)"
|
|
nameWithType: "DecodeException.DecodeException(String message, HttpResponse response, Throwable cause)"
|
|
summary: "Initializes a new instance of the Decode<wbr>Exception class."
|
|
parameters:
|
|
- description: "The exception message or the response content if a message is not available."
|
|
name: "message"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The HTTP response received from Azure service."
|
|
name: "response"
|
|
type: "<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The <xref uid=\"java.lang.Throwable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Throwable\"></xref> which caused the creation of this exception."
|
|
name: "cause"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
|
|
syntax: "public DecodeException(String message, HttpResponse response, Throwable cause)"
|
|
desc: "Initializes a new instance of the DecodeException class."
|
|
type: "class"
|
|
desc: "The `DecodeException` represents an exception thrown when the HTTP response could not be decoded during the deserialization process.\n\nThis exception is thrown when the HTTP response received from Azure service is not in the expected format or structure, causing the deserialization process to fail."
|
|
metadata: {}
|
|
package: "com.azure.core.exception"
|
|
artifact: com.azure:azure-core:1.54.0
|