This project has retired. For details please refer to its Attic page.
UnauthorizedDavException

org.apache.maven.archiva.webdav
Class UnauthorizedDavException

Package class diagram package 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.maven.archiva.webdav.UnauthorizedDavException
All Implemented Interfaces:
java.io.Serializable, org.apache.jackrabbit.webdav.xml.XmlSerializable

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jackrabbit.webdav.DavException
XML_ERROR
 
Constructor Summary
UnauthorizedDavException(java.lang.String repositoryName, java.lang.String message)
           
 
Method Summary
 java.lang.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
 

Constructor Detail

UnauthorizedDavException

public UnauthorizedDavException(java.lang.String repositoryName,
                                java.lang.String message)
Method Detail

getRepositoryName

public java.lang.String getRepositoryName()