azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

87 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.models.TableServiceException"
fullName: "com.azure.data.tables.models.TableServiceException"
name: "TableServiceException"
nameWithType: "TableServiceException"
summary: "Exception thrown for an invalid response with <xref uid=\"com.azure.data.tables.models.TableServiceError\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceError\"></xref> 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.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\" />"
inheritedMembers:
- "com.azure.core.exception.HttpResponseException.getResponse()"
- "com.azure.core.exception.HttpResponseException.getValue()"
- "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 TableServiceException extends HttpResponseException"
constructors:
- uid: "com.azure.data.tables.models.TableServiceException.TableServiceException(java.lang.String,com.azure.core.http.HttpResponse)"
fullName: "com.azure.data.tables.models.TableServiceException.TableServiceException(String message, HttpResponse response)"
name: "TableServiceException(String message, HttpResponse response)"
nameWithType: "TableServiceException.TableServiceException(String message, HttpResponse response)"
summary: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableServiceException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceException\"></xref> 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."
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 TableServiceException(String message, HttpResponse response)"
desc: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableServiceException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceException\"></xref> class."
- uid: "com.azure.data.tables.models.TableServiceException.TableServiceException(java.lang.String,com.azure.core.http.HttpResponse,com.azure.data.tables.models.TableServiceError)"
fullName: "com.azure.data.tables.models.TableServiceException.TableServiceException(String message, HttpResponse response, TableServiceError value)"
name: "TableServiceException(String message, HttpResponse response, TableServiceError value)"
nameWithType: "TableServiceException.TableServiceException(String message, HttpResponse response, TableServiceError value)"
summary: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableServiceException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceException\"></xref> 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."
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: "<xref href=\"com.azure.data.tables.models.TableServiceError?alt=com.azure.data.tables.models.TableServiceError&text=TableServiceError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableServiceException(String message, HttpResponse response, TableServiceError value)"
desc: "Initializes a new instance of the <xref uid=\"com.azure.data.tables.models.TableServiceException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceException\"></xref> class."
methods:
- uid: "com.azure.data.tables.models.TableServiceException.getValue()"
fullName: "com.azure.data.tables.models.TableServiceException.getValue()"
name: "getValue()"
nameWithType: "TableServiceException.getValue()"
overridden: "com.azure.core.exception.HttpResponseException.getValue()"
syntax: "public TableServiceError getValue()"
returns:
type: "<xref href=\"com.azure.data.tables.models.TableServiceError?alt=com.azure.data.tables.models.TableServiceError&text=TableServiceError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Exception thrown for an invalid response with <xref uid=\"com.azure.data.tables.models.TableServiceError\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceError\"></xref> information."
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.3.4