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.StringoriginalMessageprivate java.lang.StringrepositoryId(package private) static longserialVersionUID
-
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.StringgetOriginalMessage()java.lang.StringgetRepositoryId()
-
-
-
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
-
-