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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
originalMessage
private java.lang.String
repositoryId
(package private) static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description WagonConfigurationException(java.lang.String repositoryId, java.lang.String message)
WagonConfigurationException(java.lang.String repositoryId, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOriginalMessage()
java.lang.String
getRepositoryId()
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
originalMessage
private final java.lang.String originalMessage
-
repositoryId
private final java.lang.String repositoryId
-
-