org.apache.maven.artifact.manager
Class WagonConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.TransferFailedException
org.apache.maven.artifact.manager.WagonConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class WagonConfigurationException
- extends org.apache.maven.wagon.TransferFailedException
- See Also:
- Serialized Form
| 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 |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
WagonConfigurationException
public WagonConfigurationException(java.lang.String repositoryId,
java.lang.String message,
java.lang.Throwable cause)
WagonConfigurationException
public WagonConfigurationException(java.lang.String repositoryId,
java.lang.String message)
getRepositoryId
public final java.lang.String getRepositoryId()
getOriginalMessage
public final java.lang.String getOriginalMessage()
Copyright 2005 Apache Software Foundation. All Rights Reserved.