Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RepositoryMetadataReadException (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java

    /**
     * Problem storing the repository metadata in the local repository.
     *
     */
    @Deprecated
    public class RepositoryMetadataReadException extends Exception {
        public RepositoryMetadataReadException(String message) {
            super(message);
        }
    
        public RepositoryMetadataReadException(String message, Exception e) {
            super(message, e);
        }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.2K bytes
    - Click Count (0)
Back to Top