- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ArtifactInstallerException (0.13 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactInstallerException.java
/** * @since 4.0.0 */ @Experimental public class ArtifactInstallerException extends MavenException { /** * */ @Serial private static final long serialVersionUID = 3652561971360586373L; /** * @param message the message of the error * @param e {@link Exception} */ public ArtifactInstallerException(String message, Exception e) { super(message, e); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 02 21:26:05 UTC 2024 - 1.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactInstaller.java
* @throws ArtifactInstallerException in case of an error * @throws IllegalArgumentException in case {@code request} is {@code null} */ void install(@Nonnull ArtifactInstallerRequest request); /** * @param session the repository session * @param artifact the {@link ProducedArtifact} to install
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 16:43:07 UTC 2024 - 3K bytes - Viewed (0)