java.io.Serializablepublic class InvalidRepositoryException
extends java.lang.Exception
| Constructor | Description |
|---|---|
InvalidRepositoryException(java.lang.String message,
org.apache.maven.model.Repository repository) |
Creates a new exception with specified detail message for the given repository.
|
InvalidRepositoryException(java.lang.String message,
org.apache.maven.model.Repository repository,
java.lang.Throwable cause) |
Creates a new exception with specified detail message and cause for the given repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.maven.model.Repository |
getRepository() |
Gets the repository that causes this error (if any).
|
public InvalidRepositoryException(java.lang.String message,
org.apache.maven.model.Repository repository,
java.lang.Throwable cause)
message - The detail message, may be null.repository - The repository that caused the error, may be null.cause - The cause, may be null.public InvalidRepositoryException(java.lang.String message,
org.apache.maven.model.Repository repository)
message - The detail message, may be null.repository - The repository that caused the error, may be null.