org.apache.maven.wagon.authorization
Class AuthorizationException

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.authorization.AuthorizationException
All Implemented Interfaces:
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.

Version:
$Id: AuthorizationException.java 682051 2008-08-02 21:29:38Z hboutemy $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
AuthorizationException(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
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

AuthorizationException

public AuthorizationException(String message)
See Also:
WagonException

AuthorizationException

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


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