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:
Serializable
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
- Author:
- Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException
(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
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
- See Also:
-
AuthenticationException
- See Also:
-