org.apache.maven.wagon.authorization
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.wagon.WagonException
              extended byorg.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 prticular place in the repository.

Version:
$Id: AuthorizationException.java 162476 2005-04-19 02:49:45Z brett $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
AuthorizationException(java.lang.String message)
           
AuthorizationException(java.lang.String message, java.lang.Throwable cause)
           
 
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(java.lang.String message)
See Also:
WagonException

AuthorizationException

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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.