Uses of Class
org.apache.maven.wagon.WagonException

Packages that use WagonException
org.apache.maven.wagon   
org.apache.maven.wagon.authentication   
org.apache.maven.wagon.authorization   
 

Uses of WagonException in org.apache.maven.wagon
 

Subclasses of WagonException in org.apache.maven.wagon
 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
 

Uses of WagonException in org.apache.maven.wagon.authentication
 

Subclasses of WagonException in org.apache.maven.wagon.authentication
 class AuthenticationException
          This exception is thrown when an authentication error occurs while accessing the remote repository.
 

Uses of WagonException in org.apache.maven.wagon.authorization
 

Subclasses of WagonException in org.apache.maven.wagon.authorization
 class AuthorizationException
          This exception is thrown when the user is not entitled to fetch from or deploy to particular place in the repository.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.