public class CacheResourceDownloadingException extends RuntimeException
Constructor and Description |
---|
CacheResourceDownloadingException(String resourceURI) |
CacheResourceDownloadingException(String resourceURI,
CompletableFuture<Path> future) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Path> |
getFuture() |
String |
getResourceURI()
Returns the resource URI which is downloading.
|
boolean |
isDTD()
Returns true if it's a DTD which id downloading and false otherwise.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheResourceDownloadingException(String resourceURI)
public CacheResourceDownloadingException(String resourceURI, CompletableFuture<Path> future)
public String getResourceURI()
public boolean isDTD()
public CompletableFuture<Path> getFuture()
Copyright © 2021. All rights reserved.