org.apache.archiva.webdav
Class UnauthorizedDavException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jackrabbit.webdav.DavException
              extended by org.apache.archiva.webdav.UnauthorizedDavException
All Implemented Interfaces:
Serializable, org.apache.jackrabbit.webdav.xml.XmlSerializable

public class UnauthorizedDavException
extends org.apache.jackrabbit.webdav.DavException

See Also:
Serialized Form

Field Summary
private  String repositoryName
           
 
Fields inherited from class org.apache.jackrabbit.webdav.DavException
XML_ERROR
 
Constructor Summary
UnauthorizedDavException(String repositoryName, String message)
           
 
Method Summary
 String getRepositoryName()
           
 
Methods inherited from class org.apache.jackrabbit.webdav.DavException
getErrorCode, getStatusPhrase, getStatusPhrase, hasErrorCondition, toXml
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

repositoryName

private final String repositoryName
Constructor Detail

UnauthorizedDavException

public UnauthorizedDavException(String repositoryName,
                                String message)
Method Detail

getRepositoryName

public String getRepositoryName()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.