org.apache.archiva.policies
Class ProxyDownloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.common.ArchivaException
              extended by org.apache.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

Field Summary
private  Map<String,Exception> failures
          A list of failures keyed by repository ID.
 
Constructor Summary
ProxyDownloadException(String message, Map<String,Exception> failures)
           
ProxyDownloadException(String message, String repositoryId, Exception cause)
           
 
Method Summary
private static String constructMessage(String message, Map<String,Exception> failures)
           
 Map<String,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
 

Field Detail

failures

private final Map<String,Exception> failures
A list of failures keyed by repository ID.

Constructor Detail

ProxyDownloadException

public ProxyDownloadException(String message,
                              String repositoryId,
                              Exception cause)

ProxyDownloadException

public ProxyDownloadException(String message,
                              Map<String,Exception> failures)
Method Detail

constructMessage

private static String constructMessage(String message,
                                       Map<String,Exception> failures)

getFailures

public Map<String,Exception> getFailures()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.