azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.storage...

124 строки
12 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.storage.table.TableServiceException.TableServiceException(final int httpStatusCode, final String message, final TableOperation operation, final Reader reader, final TablePayloadFormat format)
name: TableServiceException(final int httpStatusCode, final String message, final TableOperation operation, final Reader reader, final TablePayloadFormat format)
nameWithType: TableServiceException.TableServiceException(final int httpStatusCode, final String message, final TableOperation operation, final Reader reader, final TablePayloadFormat format)
parameters:
- description: <p>The <code>int</code> HTTP Status Code value returned by the table operation that caused the exception. </p>
name: httpStatusCode
type: <xref href="final+int?alt=final+int&text=final+int" data-throw-if-not-resolved="False"/>
- description: <p>A <code>String</code> description of the error that caused the exception. </p>
name: message
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
- description: <p>The <xref uid="com.microsoft.azure.storage.table.TableOperation" data-throw-if-not-resolved="false" data-raw-source="TableOperation"></xref> object representing the table operation that was in progress when the exception occurred. </p>
name: operation
type: final <xref href="com.microsoft.azure.storage.table.TableOperation?alt=com.microsoft.azure.storage.table.TableOperation&text=TableOperation" data-throw-if-not-resolved="False"/>
- description: <p>The <code>Java.IO.Stream</code> derived stream reader for the HTTP request results returned by the table operation, if any. </p>
name: reader
type: <xref href="final+Reader?alt=final+Reader&text=final+Reader" data-throw-if-not-resolved="False"/>
- description: <p>The <xref uid="com.microsoft.azure.storage.table.TablePayloadFormat" data-throw-if-not-resolved="false" data-raw-source="TablePayloadFormat"></xref> to use for parsing </p>
name: format
type: final <xref href="com.microsoft.azure.storage.table.TablePayloadFormat?alt=com.microsoft.azure.storage.table.TablePayloadFormat&text=TablePayloadFormat" data-throw-if-not-resolved="False"/>
summary: >-
<p>Reserved for internal use. Constructs a instance using the specified HTTP status code, message, operation, and stream reader.</p>
<p></p>
syntax: protected TableServiceException(final int httpStatusCode, final String message, final TableOperation operation, final Reader reader, final TablePayloadFormat format)
uid: com.microsoft.azure.storage.table.TableServiceException.TableServiceException(final int,final String,final TableOperation,final Reader,final TablePayloadFormat)
- fullName: com.microsoft.azure.storage.table.TableServiceException.TableServiceException(final String errorCode, final String message, final int statusCode, final StorageExtendedErrorInformation extendedErrorInfo, final Exception innerException)
name: TableServiceException(final String errorCode, final String message, final int statusCode, final StorageExtendedErrorInformation extendedErrorInfo, final Exception innerException)
nameWithType: TableServiceException.TableServiceException(final String errorCode, final String message, final int statusCode, final StorageExtendedErrorInformation extendedErrorInfo, final Exception innerException)
parameters:
- description: <p>A <code>String</code> that represents the error code returned by the table operation. </p>
name: errorCode
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
- description: <p>A <code>String</code> that represents the error message returned by the table operation. </p>
name: message
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
- description: <p>An <code>int</code> which represents the HTTP status code returned by the table operation. </p>
name: statusCode
type: <xref href="final+int?alt=final+int&text=final+int" data-throw-if-not-resolved="False"/>
- description: <p>A <xref uid="com.microsoft.azure.storage.StorageExtendedErrorInformation" data-throw-if-not-resolved="false" data-raw-source="StorageExtendedErrorInformation"></xref> object that represents the extended error information returned by the table operation. </p>
name: extendedErrorInfo
type: final <xref href="com.microsoft.azure.storage.StorageExtendedErrorInformation?alt=com.microsoft.azure.storage.StorageExtendedErrorInformation&text=StorageExtendedErrorInformation" data-throw-if-not-resolved="False"/>
- description: <p>An <code>Exception</code> object that represents a reference to the initial exception, if one exists. </p>
name: innerException
type: <xref href="final+Exception?alt=final+Exception&text=final+Exception" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructs a instance using the specified error code, message, status code, extended error information and inner exception.</p>
<p></p>
syntax: public TableServiceException(final String errorCode, final String message, final int statusCode, final StorageExtendedErrorInformation extendedErrorInfo, final Exception innerException)
uid: com.microsoft.azure.storage.table.TableServiceException.TableServiceException(final String,final String,final int,final StorageExtendedErrorInformation,final Exception)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="Exception" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.storage.StorageException?alt=com.microsoft.azure.storage.StorageException&text=StorageException" data-throw-if-not-resolved="False"/>
inheritedMembers:
- com.microsoft.azure.storage.StorageException.errorCode
- com.microsoft.azure.storage.StorageException.extendedErrorInformation
- com.microsoft.azure.storage.StorageException.getErrorCode()
- com.microsoft.azure.storage.StorageException.getExtendedErrorInformation()
- com.microsoft.azure.storage.StorageException.getHttpStatusCode()
- com.microsoft.azure.storage.StorageException.StorageException(final String,final String,final Exception)
- com.microsoft.azure.storage.StorageException.StorageException(final String,final String,final int,final StorageExtendedErrorInformation,final Exception)
- com.microsoft.azure.storage.StorageException.translateClientException(final Exception)
- com.microsoft.azure.storage.StorageException.translateException(final StorageRequest<?, ?, ?>,final Exception,final OperationContext)
methods:
- fullName: com.microsoft.azure.storage.table.TableServiceException.generateTableServiceException(RequestResult res, TableOperation op, InputStream inStream, TablePayloadFormat format)
name: generateTableServiceException(RequestResult res, TableOperation op, InputStream inStream, TablePayloadFormat format)
nameWithType: TableServiceException.generateTableServiceException(RequestResult res, TableOperation op, InputStream inStream, TablePayloadFormat format)
parameters:
- description: <p>A <xref uid="com.microsoft.azure.storage.RequestResult" data-throw-if-not-resolved="false" data-raw-source="RequestResult"></xref> containing the result of the table storage service operation. </p>
name: res
type: <xref href="com.microsoft.azure.storage.RequestResult?alt=com.microsoft.azure.storage.RequestResult&text=RequestResult" data-throw-if-not-resolved="False"/>
- description: <p>The <xref uid="com.microsoft.azure.storage.table.TableOperation" data-throw-if-not-resolved="false" data-raw-source="TableOperation"></xref> representing the table operation that caused the exception. </p>
name: op
type: <xref href="com.microsoft.azure.storage.table.TableOperation?alt=com.microsoft.azure.storage.table.TableOperation&text=TableOperation" data-throw-if-not-resolved="False"/>
- description: <p>The <code>java.io.InputStream</code> of the error response from the table operation request. </p>
name: inStream
type: <xref href="InputStream?alt=InputStream&text=InputStream" data-throw-if-not-resolved="False"/>
- description: <p>The <xref uid="com.microsoft.azure.storage.table.TablePayloadFormat" data-throw-if-not-resolved="false" data-raw-source="TablePayloadFormat"></xref> to use for parsing</p>
name: format
type: <xref href="com.microsoft.azure.storage.table.TablePayloadFormat?alt=com.microsoft.azure.storage.table.TablePayloadFormat&text=TablePayloadFormat" data-throw-if-not-resolved="False"/>
returns:
description: <p>A <xref uid="com.microsoft.azure.storage.table.TableServiceException" data-throw-if-not-resolved="false" data-raw-source="TableServiceException"></xref> instance initialized with values from the input parameters. </p>
type: <xref href="com.microsoft.azure.storage.table.TableServiceException?alt=com.microsoft.azure.storage.table.TableServiceException&text=TableServiceException" data-throw-if-not-resolved="False"/>
summary: <p>Reserved for internal use. A static factory method to create a <xref uid="com.microsoft.azure.storage.table.TableServiceException" data-throw-if-not-resolved="false" data-raw-source="TableServiceException"></xref> instance using the specified parameters. </p>
syntax: protected static TableServiceException generateTableServiceException(RequestResult res, TableOperation op, InputStream inStream, TablePayloadFormat format)
uid: com.microsoft.azure.storage.table.TableServiceException.generateTableServiceException(RequestResult,TableOperation,InputStream,TablePayloadFormat)
- fullName: com.microsoft.azure.storage.table.TableServiceException.getOperation()
name: getOperation()
nameWithType: TableServiceException.getOperation()
returns:
description: <p>The <xref uid="com.microsoft.azure.storage.table.TableOperation" data-throw-if-not-resolved="false" data-raw-source="TableOperation"></xref> object representing the table operation that caused this <xref uid="com.microsoft.azure.storage.table.TableServiceException" data-throw-if-not-resolved="false" data-raw-source="TableServiceException"></xref> to be thrown. </p>
type: <xref href="com.microsoft.azure.storage.table.TableOperation?alt=com.microsoft.azure.storage.table.TableOperation&text=TableOperation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the table operation that caused the to be thrown.</p>
<p></p>
syntax: public TableOperation getOperation()
uid: com.microsoft.azure.storage.table.TableServiceException.getOperation()
- fullName: com.microsoft.azure.storage.table.TableServiceException.setOperation(final TableOperation operation)
name: setOperation(final TableOperation operation)
nameWithType: TableServiceException.setOperation(final TableOperation operation)
parameters:
- description: <p>The <xref uid="com.microsoft.azure.storage.table.TableOperation" data-throw-if-not-resolved="false" data-raw-source="TableOperation"></xref> object representing the table operation that caused this <xref uid="com.microsoft.azure.storage.table.TableServiceException" data-throw-if-not-resolved="false" data-raw-source="TableServiceException"></xref> to be thrown. </p>
name: operation
type: final <xref href="com.microsoft.azure.storage.table.TableOperation?alt=com.microsoft.azure.storage.table.TableOperation&text=TableOperation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Reserved for internal use. Sets the table operation that caused the to be thrown.</p>
<p></p>
syntax: protected void setOperation(final TableOperation operation)
uid: com.microsoft.azure.storage.table.TableServiceException.setOperation(final TableOperation)
nameWithType: TableServiceException
syntax: public class TableServiceException extends StorageException
type: class
uid: com.microsoft.azure.storage.table.TableServiceException
fullName: com.microsoft.azure.storage.table.TableServiceException
name: TableServiceException
package: com.microsoft.azure.storage.table
summary: <p>An exception that results when a table storage service operation fails to complete successfully. </p>
metadata: {}