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:
Serializable
public class WagonConfigurationException extends org.apache.maven.wagon.TransferFailedException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WagonConfigurationException(String repositoryId, String message)WagonConfigurationException(String repositoryId, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOriginalMessage()StringgetRepositoryId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-