Class FailedBlobDownload
- java.lang.Object
-
- com.salesforce.multicloudj.blob.driver.FailedBlobDownload
-
public class FailedBlobDownload extends Object
An object representing a failed blob download attempt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFailedBlobDownload.FailedBlobDownloadBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedBlobDownload.FailedBlobDownloadBuilderbuilder()PathgetDestination()ThrowablegetException()
-
-
-
Method Detail
-
builder
public static FailedBlobDownload.FailedBlobDownloadBuilder builder()
-
getDestination
public Path getDestination()
-
getException
public Throwable getException()
-
-