Lines Matching refs:DAVException

181   throw( DAVException )  in PROPFIND()
208 catch ( DAVException & e ) in PROPFIND()
224 throw( DAVException ) in PROPFIND()
249 catch ( DAVException & e ) in PROPFIND()
264 throw( DAVException ) in PROPPATCH()
288 catch ( DAVException & e ) in PROPPATCH()
304 throw( DAVException ) in HEAD()
329 catch ( DAVException & e ) in HEAD()
343 throw( DAVException ) in GET()
368 catch ( DAVException & e ) in GET()
385 throw( DAVException ) in GET()
409 catch ( DAVException & e ) in GET()
425 throw( DAVException ) in GET()
452 catch ( DAVException & e ) in GET()
471 throw( DAVException ) in GET()
497 catch ( DAVException & e ) in GET()
516 throw( DAVException ) in GET()
542 catch ( DAVException & e ) in GET()
555 throw( DAVException ) in abort()
567 throw( DAVException ) in resetInputStream()
586 throw DAVException( DAVException::DAV_INVALID_ARG ); in resetInputStream()
595 throw( DAVException ) in PUT()
627 catch ( DAVException & e ) in PUT()
644 throw ( DAVException ) in POST()
682 catch ( DAVException & e ) in POST()
689 if ( e.getError() == DAVException::DAV_HTTP_REDIRECT ) in POST()
708 throw ( DAVException ) in POST()
745 catch ( DAVException & e ) in POST()
752 if ( e.getError() == DAVException::DAV_HTTP_REDIRECT ) in POST()
766 throw( DAVException ) in MKCOL()
789 catch ( DAVException & e ) in MKCOL()
806 throw( DAVException ) in COPY()
831 catch ( DAVException & e ) in COPY()
848 throw( DAVException ) in MOVE()
873 catch ( DAVException & e ) in MOVE()
887 throw( DAVException ) in DESTROY()
910 catch ( DAVException & e ) in DESTROY()
926 throw ( DAVException ) in LOCK()
950 catch ( DAVException & e ) in LOCK()
967 throw ( DAVException )
993 catch ( DAVException & e )
1010 throw ( DAVException ) in UNLOCK()
1033 catch ( DAVException & e ) in UNLOCK()
1046 throw( DAVException ) in setURL()
1056 throw ( DAVException ) in initialize()
1066 throw DAVException( DAVException::DAV_INVALID_ARG ); in initialize()
1070 throw DAVException( DAVException::DAV_INVALID_ARG ); in initialize()
1139 throw ( DAVException ) in detectRedirectCycle()
1175 sal_Bool DAVResourceAccess::handleException( DAVException & e, int errorCount ) in handleException()
1176 throw ( DAVException ) in handleException()
1180 case DAVException::DAV_HTTP_REDIRECT: in handleException()
1191 case DAVException::DAV_HTTP_ERROR: in handleException()
1202 case DAVException::DAV_HTTP_RETRY: in handleException()