org.apache.maven.wagon.authentication
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.wagon.WagonException
              extended by org.apache.maven.wagon.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known 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 573459 2007-09-07 05:14:49Z brett $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
AuthenticationException(String message)
           
AuthenticationException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
 
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
 

Constructor Detail

AuthenticationException

public AuthenticationException(String message)
See Also:
WagonException

AuthenticationException

public AuthenticationException(String message,
                               Throwable cause)
See Also:
WagonException


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