- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MissingRepositoryElementException (0.18 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/project/MissingRepositoryElementException.java
/** * Error constructing an artifact repository. */ @Deprecated public class MissingRepositoryElementException extends InvalidRepositoryException { public MissingRepositoryElementException(String message, String repositoryId) { super(message, repositoryId); } public MissingRepositoryElementException(String message) { super(message, "-unknown-"); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0)