org.apache.maven.wagon.authentication
Class AuthenticationException
public class AuthenticationException
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
$Id: AuthenticationException.java 162476 2005-04-19 02:49:45Z brett $
AuthenticationException
public AuthenticationException(String message)
AuthenticationException
public AuthenticationException(String message,
Throwable cause)