Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Live (0.11 sec)

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

    @Experimental
    public class DependencyCollectorException extends MavenException {
        /**
         *
         */
        private static final long serialVersionUID = -3134726259840210686L;
    
        /**
         * @param message the message you would give for the exception
         * @param cause the cause which is related to the message
         */
        public DependencyCollectorException(String message, Throwable cause) {
            super(message, cause);
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Mar 23 05:29:39 GMT 2023
    - 1.5K bytes
    - Viewed (0)
Back to top