org.apache.maven.wagon.authentication

Class AuthenticationException

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)

Constructor Detail

AuthenticationException

public AuthenticationException(String message)

See Also: WagonException

AuthenticationException

public AuthenticationException(String message, Throwable cause)

See Also: WagonException