Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.authentication | |
org.apache.maven.wagon.authorization | |
org.apache.maven.wagon.providers.ssh.knownhost |
Modifier and Type | Class and Description |
---|---|
class |
CommandExecutionException
Exception which should be thrown when a command fails to execute on the repository.
|
class |
ConnectionException
The exception is thrown when a connection
to repository cannot be established or open connection cannot be closed.
|
class |
ResourceDoesNotExistException |
class |
TransferFailedException
Exception which should be thrown when IO error occurred during
a transfer from repository
|
class |
UnsupportedProtocolException
This exception is thrown when no Wagon provider is supporting protocol required by some repository
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
This exception is thrown when an authentication
error occurs while accessing the remote repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationException
This exception is thrown when the user is not entitled to fetch from or deploy to
particular place in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
KnownHostChangedException
Exception related to known_host check failures.
|
class |
UnknownHostException
Exception related to known_host check failures.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.