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.artifact.manager.WagonConfigurationException
All Implemented Interfaces:
Serializable

public class WagonConfigurationException
extends org.apache.maven.wagon.TransferFailedException

See Also:
Serialized Form

Constructor Summary
WagonConfigurationException(String repositoryId, String message)
           
WagonConfigurationException(String repositoryId, String message, Throwable cause)
           
 
Method Summary
 String getOriginalMessage()
           
 String 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)

WagonConfigurationException

public WagonConfigurationException(String repositoryId,
                                   String message)
Method Detail

getRepositoryId

public final String getRepositoryId()

getOriginalMessage

public final String getOriginalMessage()


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