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:
java.io.Serializable
public class AuthorizationException extends WagonException
This exception is thrown when the user is not entitled to fetch from or deploy to particular place in the repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException(java.lang.String message)
AuthorizationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
-
-
-
-
Constructor Detail
-
AuthorizationException
public AuthorizationException(java.lang.String message)
- See Also:
WagonException
-
AuthorizationException
public AuthorizationException(java.lang.String message, java.lang.Throwable cause)
- See Also:
WagonException
-
-