org.apache.archiva.webdav
Class BrowserRedirectException

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.BrowserRedirectException
All Implemented Interfaces:
Serializable, org.apache.jackrabbit.webdav.xml.XmlSerializable

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

See Also:
Serialized Form

Field Summary
(package private)  String location
           
 
Fields inherited from class org.apache.jackrabbit.webdav.DavException
XML_ERROR
 
Constructor Summary
BrowserRedirectException(String location)
           
 
Method Summary
 String getLocation()
           
 
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

location

final String location
Constructor Detail

BrowserRedirectException

public BrowserRedirectException(String location)
Method Detail

getLocation

public String getLocation()


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