- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MetadataRetrievalException (0.23 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataRetrievalException.java
* */ @Deprecated public class MetadataRetrievalException extends Exception { private ArtifactMetadata artifact; public MetadataRetrievalException(String message) { this(message, null, null); } public MetadataRetrievalException(Throwable cause) { this(null, cause, null); } public MetadataRetrievalException(String message, Throwable cause) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataSource.java
MetadataResolution retrieve( ArtifactMetadata artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories) throws MetadataRetrievalException;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0)