Class MetadataRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.repository.metadata.MetadataRetrievalException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetadataRetrievalException extends java.lang.Exception
Error while retrieving repository metadata from the repository.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ArtifactMetadata
artifact
-
Constructor Summary
Constructors Constructor Description MetadataRetrievalException(java.lang.String message)
MetadataRetrievalException(java.lang.String message, java.lang.Throwable cause)
MetadataRetrievalException(java.lang.String message, java.lang.Throwable cause, ArtifactMetadata artifact)
MetadataRetrievalException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactMetadata
getArtifactMetadata()
-
-
-
Field Detail
-
artifact
private ArtifactMetadata artifact
-
-
Constructor Detail
-
MetadataRetrievalException
public MetadataRetrievalException(java.lang.String message)
-
MetadataRetrievalException
public MetadataRetrievalException(java.lang.Throwable cause)
-
MetadataRetrievalException
public MetadataRetrievalException(java.lang.String message, java.lang.Throwable cause)
-
MetadataRetrievalException
public MetadataRetrievalException(java.lang.String message, java.lang.Throwable cause, ArtifactMetadata artifact)
-
-
Method Detail
-
getArtifactMetadata
public ArtifactMetadata getArtifactMetadata()
-
-