public class CacheResourceDownloadedException extends CacheResourceException
Modifier and Type | Class and Description |
---|---|
static class |
CacheResourceDownloadedException.CacheResourceDownloadedError |
Constructor and Description |
---|
CacheResourceDownloadedException(String resourceURI,
Path resourceCachePath,
CacheResourceDownloadedException.CacheResourceDownloadedError errorCode,
Throwable e) |
CacheResourceDownloadedException(String resourceURI,
Path resourceCachePath,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
CacheResourceDownloadedException.CacheResourceDownloadedError |
getErrorCode() |
getResourceURI, isDTD
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CacheResourceDownloadedException(String resourceURI, Path resourceCachePath, Throwable e)
public CacheResourceDownloadedException(String resourceURI, Path resourceCachePath, CacheResourceDownloadedException.CacheResourceDownloadedError errorCode, Throwable e)
public CacheResourceDownloadedException.CacheResourceDownloadedError getErrorCode()
Copyright © 2022. All rights reserved.