public class ProxyDownloadException extends ArchivaException
Modifier and Type | Field and Description |
---|---|
private Map<String,Exception> |
failures
A list of failures keyed by repository ID.
|
Constructor and Description |
---|
ProxyDownloadException(String message,
Map<String,Exception> failures) |
ProxyDownloadException(String message,
String repositoryId,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
private static String |
constructMessage(String message,
Map<String,Exception> failures) |
Map<String,Exception> |
getFailures() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProxyDownloadException(String message, String repositoryId, Exception cause)
public ProxyDownloadException(String message, Map<String,Exception> failures)
private static String constructMessage(String message, Map<String,Exception> failures)
public Map<String,Exception> getFailures()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.