Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hong (0.12 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverException.java

    import org.apache.maven.api.annotations.Experimental;
    
    /**
     *
     *
     * @since 4.0.0
     */
    @Experimental
    public class ArtifactResolverException extends MavenException {
    
        private static final long serialVersionUID = 7252294837746943917L;
    
        /**
         * @param message the message for the exception
         * @param e the exception itself
         */
        public ArtifactResolverException(String message, Exception e) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Mar 23 05:29:39 GMT 2023
    - 1.3K bytes
    - Viewed (0)
Back to top