public class CacheResourceDownloadingException extends CacheResourceException
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheResourceDownloadingException.CacheResourceDownloadingError |
| Constructor and Description |
|---|
CacheResourceDownloadingException(String resourceURI,
Path resourceCachePath,
CacheResourceDownloadingException.CacheResourceDownloadingError errorCode,
CompletableFuture<Path> future,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
CacheResourceDownloadingException.CacheResourceDownloadingError |
getErrorCode() |
CompletableFuture<Path> |
getFuture() |
getResourceURI, isDTDaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheResourceDownloadingException(String resourceURI, Path resourceCachePath, CacheResourceDownloadingException.CacheResourceDownloadingError errorCode, CompletableFuture<Path> future, Throwable e)
public CacheResourceDownloadingException.CacheResourceDownloadingError getErrorCode()
public CompletableFuture<Path> getFuture()
Copyright © 2024. All rights reserved.