Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.wagon.WagonException
org.apache.maven.wagon.authorization.AuthorizationException
- All Implemented Interfaces:
Serializable
This exception is thrown when the user is not entitled to fetch from or deploy to
particular place in the repository.
- Author:
- Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationException
(String message) AuthorizationException
(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
-
AuthorizationException
- See Also:
-
AuthorizationException
- See Also:
-