Class ArtifactMetadataRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.legacy.metadata.ArtifactMetadataRetrievalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactMetadataRetrievalException
Deprecated.
Error while retrieving repository metadata from the repository.
- See Also:
-
Constructor Summary
ConstructorDescriptionArtifactMetadataRetrievalException
(String message) Deprecated.ArtifactMetadataRetrievalException
(String message, Throwable cause) Deprecated.ArtifactMetadataRetrievalException
(String message, Throwable cause, Artifact artifact) Deprecated.Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactMetadataRetrievalException
Deprecated.- Parameters:
message
- a message
-
ArtifactMetadataRetrievalException
Deprecated.- Parameters:
cause
- a cause
-
ArtifactMetadataRetrievalException
Deprecated.- Parameters:
message
- a messagecause
- a cause
-
ArtifactMetadataRetrievalException
Deprecated.
-
-
Method Details
-
getArtifact
Deprecated.
-
ArtifactMetadataRetrievalException(String, Throwable, Artifact)