org.apache.maven.artifact.manager
Class WagonConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.wagon.WagonException
              extended by org.apache.maven.wagon.TransferFailedException
                  extended by org.apache.maven.repository.legacy.WagonConfigurationException
                      extended by org.apache.maven.artifact.manager.WagonConfigurationException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class WagonConfigurationException
extends WagonConfigurationException

Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
WagonConfigurationException(String repositoryId, String message)
          Deprecated.  
WagonConfigurationException(String repositoryId, String message, Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.repository.legacy.WagonConfigurationException
getOriginalMessage, getRepositoryId
 
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WagonConfigurationException

public WagonConfigurationException(String repositoryId,
                                   String message,
                                   Throwable cause)
Deprecated. 

WagonConfigurationException

public WagonConfigurationException(String repositoryId,
                                   String message)
Deprecated. 


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