org.apache.maven.archiva.policies
Class ProxyDownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.archiva.common.ArchivaException
org.apache.maven.archiva.policies.ProxyDownloadException
- All Implemented Interfaces:
- Serializable
public class ProxyDownloadException
- extends ArchivaException
One or more exceptions occurred downloading from a remote repository during the proxy phase.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProxyDownloadException
public ProxyDownloadException(String message,
String repositoryId,
Exception cause)
ProxyDownloadException
public ProxyDownloadException(String message,
Map<String,Exception> failures)
getFailures
public Map<String,Exception> getFailures()
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.