public class PluginVersionResolutionException extends Exception
| Constructor and Description | 
|---|
| PluginVersionResolutionException(String groupId,
                                String artifactId,
                                LocalRepository localRepository,
                                List<RemoteRepository> remoteRepositories,
                                String baseMessage) | 
| PluginVersionResolutionException(String groupId,
                                String artifactId,
                                String baseMessage) | 
| PluginVersionResolutionException(String groupId,
                                String artifactId,
                                String baseMessage,
                                Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArtifactId() | 
| String | getBaseMessage() | 
| String | getGroupId() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginVersionResolutionException(String groupId, String artifactId, String baseMessage, Throwable cause)
public PluginVersionResolutionException(String groupId, String artifactId, String baseMessage)
public PluginVersionResolutionException(String groupId, String artifactId, LocalRepository localRepository, List<RemoteRepository> remoteRepositories, String baseMessage)
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.