org.apache.maven.wagon.authentication
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.authentication.AuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthenticationException
public AuthenticationException(java.lang.String message)
- See Also:
WagonException
AuthenticationException
public AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
WagonException