This project has retired. For details please refer to its
Attic page.
ProxyDownloadException
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:
- java.io.Serializable
public class ProxyDownloadException
- extends ArchivaException
One or more exceptions occurred downloading from a remote repository during the proxy phase.
- See Also:
- Serialized Form
Constructor Summary |
ProxyDownloadException(java.lang.String message,
java.util.Map<java.lang.String,java.lang.Exception> failures)
|
ProxyDownloadException(java.lang.String message,
java.lang.String repositoryId,
java.lang.Exception cause)
|
Method Summary |
java.util.Map<java.lang.String,java.lang.Exception> |
getFailures()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProxyDownloadException
public ProxyDownloadException(java.lang.String message,
java.lang.String repositoryId,
java.lang.Exception cause)
ProxyDownloadException
public ProxyDownloadException(java.lang.String message,
java.util.Map<java.lang.String,java.lang.Exception> failures)
getFailures
public java.util.Map<java.lang.String,java.lang.Exception> getFailures()