org.apache.maven.wagon.authentication

Class AuthenticationException

Known Direct Subclasses:
KnownHostChangedException, UnknownHostException

public class AuthenticationException
extends WagonException

This exception is thrown when an authentication error occurs while accessing the remote repository. An authentication error can happen, for example, when the credentials supplied by the user are invalid
Version:
$Id: AuthenticationException.java 162476 2005-04-19 02:49:45Z brett $
Author:
Michal Maczka

Constructor Summary

AuthenticationException(String message)
AuthenticationException(String message, Throwable cause)

Method Summary

Methods inherited from class org.apache.maven.wagon.WagonException

getCause, initCause

Constructor Details

AuthenticationException

public AuthenticationException(String message)

AuthenticationException

public AuthenticationException(String message,
                               Throwable cause)