azure-docs-sdk-java/docs-ref-autogen/com.azure.core.exception.Az...

106 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.exception.AzureException"
fullName: "com.azure.core.exception.AzureException"
name: "AzureException"
nameWithType: "AzureException"
summary: "The base Azure exception."
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\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
- "java.lang.Throwable.addSuppressed(java.lang.Throwable)"
- "java.lang.Throwable.fillInStackTrace()"
- "java.lang.Throwable.getCause()"
- "java.lang.Throwable.getLocalizedMessage()"
- "java.lang.Throwable.getMessage()"
- "java.lang.Throwable.getStackTrace()"
- "java.lang.Throwable.getSuppressed()"
- "java.lang.Throwable.initCause(java.lang.Throwable)"
- "java.lang.Throwable.printStackTrace()"
- "java.lang.Throwable.printStackTrace(java.io.PrintStream)"
- "java.lang.Throwable.printStackTrace(java.io.PrintWriter)"
- "java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])"
- "java.lang.Throwable.toString()"
syntax: "public class AzureException extends RuntimeException"
constructors:
- uid: "com.azure.core.exception.AzureException.AzureException()"
fullName: "com.azure.core.exception.AzureException.AzureException()"
name: "AzureException()"
nameWithType: "AzureException.AzureException()"
summary: "Initializes a new instance of the Azure<wbr>Exception class."
syntax: "public AzureException()"
desc: "Initializes a new instance of the AzureException class."
- uid: "com.azure.core.exception.AzureException.AzureException(java.lang.String)"
fullName: "com.azure.core.exception.AzureException.AzureException(String message)"
name: "AzureException(String message)"
nameWithType: "AzureException.AzureException(String message)"
summary: "Initializes a new instance of the Azure<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>"
syntax: "public AzureException(String message)"
desc: "Initializes a new instance of the AzureException class."
- uid: "com.azure.core.exception.AzureException.AzureException(java.lang.String,java.lang.Throwable)"
fullName: "com.azure.core.exception.AzureException.AzureException(String message, Throwable cause)"
name: "AzureException(String message, Throwable cause)"
nameWithType: "AzureException.AzureException(String message, Throwable cause)"
summary: "Initializes a new instance of the Azure<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 <xref uid=\"java.lang.Throwable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Throwable\"></xref> which caused the creation of this AzureException."
name: "cause"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
syntax: "public AzureException(String message, Throwable cause)"
desc: "Initializes a new instance of the AzureException class."
- uid: "com.azure.core.exception.AzureException.AzureException(java.lang.String,java.lang.Throwable,boolean,boolean)"
fullName: "com.azure.core.exception.AzureException.AzureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)"
name: "AzureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)"
nameWithType: "AzureException.AzureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)"
summary: "Initializes a new instance of the Azure<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 <xref uid=\"java.lang.Throwable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Throwable\"></xref> which caused the creation of this AzureException."
name: "cause"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
- description: "Whether suppression is enabled or disabled."
name: "enableSuppression"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- description: "Whether the exception stack trace will be filled in."
name: "writableStackTrace"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)"
desc: "Initializes a new instance of the AzureException class."
- uid: "com.azure.core.exception.AzureException.AzureException(java.lang.Throwable)"
fullName: "com.azure.core.exception.AzureException.AzureException(Throwable cause)"
name: "AzureException(Throwable cause)"
nameWithType: "AzureException.AzureException(Throwable cause)"
summary: "Initializes a new instance of the Azure<wbr>Exception class."
parameters:
- description: "The <xref uid=\"java.lang.Throwable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Throwable\"></xref> which caused the creation of this AzureException."
name: "cause"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
syntax: "public AzureException(Throwable cause)"
desc: "Initializes a new instance of the AzureException class."
type: "class"
desc: "The base Azure exception."
metadata: {}
package: "com.azure.core.exception"
artifact: com.azure:azure-core:1.32.0