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, isDTD
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheResourceDownloadingException(String resourceURI, Path resourceCachePath, CacheResourceDownloadingException.CacheResourceDownloadingError errorCode, CompletableFuture<Path> future, Throwable e)
public CacheResourceDownloadingException.CacheResourceDownloadingError getErrorCode()
public CompletableFuture<Path> getFuture()
Copyright © 2022. All rights reserved.