BlobBatchStorageException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
azure. core. exception. AzureException - com.
azure. core. exception. HttpResponseException - com.
azure. storage. blob. batch. BlobBatchStorageException
- com.
- com.
- com.
- java.
- java.
- java.
public final class BlobBatchStorageException
extends HttpResponseException
This exception class is an aggregate for BlobStorageException. This will contain all exceptions from a single batch operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Iterable<Blob |
getBatchExceptions()
Gets all the exceptions thrown in a single batch request. |
Methods inherited from HttpResponseException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Method Details
getBatchExceptions
public Iterable<BlobStorageException> getBatchExceptions()
Gets all the exceptions thrown in a single batch request.
Returns: