BatchException クラス
- java.
lang. Object - Exception
- StorageException
- com.
microsoft. azure. storage. BatchException
- com.
public class BatchException extends StorageException
バッチ要求内の 1 つ以上のサブ要求が失敗した場合の例外。 この例外は、サブ要求の StorageException親オブジェクトへの s のマップです。 の Throwable 拡張ではジェネリックを使用できないため、このクラスではワイルドカードを含む複数のデータ構造を使用します。 バッチ処理できるのは同じ要求の種類のグループだけなので、バッチ呼び出し元はコンテキスト内の目的の型を認識し、結果を安全にキャストできます。 バッチ例外を適切に処理する方法の例については、サンプル プロジェクトを参照してください。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Map<?, Storage |
getExceptions() |
Map<?, ?> | getSuccessfulResponses() |
継承メンバー
StorageException.errorCode
StorageException.extendedErrorInformation
StorageException.getErrorCode()
StorageException.getExtendedErrorInformation()
StorageException.getHttpStatusCode()
StorageException.StorageException(final String errorCode, final String message, final Exception innerException)
StorageException.StorageException(final String errorCode, final String message, final int statusCode, final StorageExtendedErrorInformation extendedErrorInfo, final Exception innerException)
StorageException.translateClientException(final Exception cause)
StorageException.translateException(final StorageRequest<?, ?, ?> request, final Exception cause, final OperationContext opContext)
メソッドの詳細
getExceptions
public Map getExceptions()
getSuccessfulResponses
public Map getSuccessfulResponses()
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java