Lines Matching refs:DAVException
90 throw ( DAVException ) in CurlSession()
133 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Failed to c… in CurlSession()
136 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Failed to c… in CurlSession()
141 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Failure cre… in CurlSession()
170 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii("Error initia… in CurlSession()
191 throw ( DAVException ) in Init()
200 throw ( DAVException ) in Init()
208 throw DAVException( DAVException::DAV_SESSION_CREATE, in Init()
315 catch ( DAVException const & ) in CanUse()
621 bool CurlSession::Curl_ProvideCredentials( long statusCode, void *userdata ) throw (DAVException) in Curl_ProvideCredentials()
627 …als( const DAVRequestEnvironment &env, CurlRequest &request, long statusCode ) throw (DAVException) in provideCredentials()
645 catch ( DAVException const &e ) in provideCredentials()
724 throw ( DAVException ) in addEnvironmentRequestHeaders()
754 throw( DAVException ) in processResponse()
772 DAVException::ExceptionCode exCode = DAVException::DAV_HTTP_ERROR; in processResponse()
776 exCode = DAVException::DAV_HTTP_LOOKUP; in processResponse()
781 exCode = DAVException::DAV_HTTP_CONNECT; in processResponse()
786 exCode = DAVException::DAV_HTTP_TIMEOUT; in processResponse()
792 exCode = DAVException::DAV_HTTP_AUTH; in processResponse()
799 exCode = DAVException::DAV_HTTP_ERROR; in processResponse()
805 throw DAVException( exCode, exData ); in processResponse()
825 throw DAVException( DAVException::DAV_HTTP_REDIRECT, in processResponse()
833 throw DAVException( DAVException::DAV_HTTP_ERROR, in processResponse()
841 throw DAVException( DAVException::DAV_HTTP_ERROR, in processResponse()
849 throw DAVException( DAVException::DAV_LOCKED, in processResponse()
853 throw DAVException( DAVException::DAV_HTTP_ERROR, in processResponse()
942 throw ( DAVException ) in PROPFIND()
965 throw( DAVException ) in PROPFIND()
987 throw( DAVException ) in PROPPATCH()
1033 throw( DAVException ) in HEAD()
1061 throw ( DAVException ) in GET()
1087 throw ( DAVException ) in GET()
1114 throw ( DAVException ) in GET()
1144 throw ( DAVException ) in GET()
1170 throw ( DAVException ) in PUT()
1183 throw DAVException( DAVException::DAV_INVALID_ARG ); in PUT()
1217 throw ( DAVException ) in POST()
1230 throw DAVException( DAVException::DAV_INVALID_ARG ); in POST()
1270 throw ( DAVException ) in POST()
1283 throw DAVException( DAVException::DAV_INVALID_ARG ); in POST()
1319 throw ( DAVException ) in MKCOL()
1358 throw ( DAVException ) in COPY()
1400 throw ( DAVException ) in MOVE()
1440 throw ( DAVException ) in DESTROY()
1509 throw ( DAVException ) in LOCK()
1589 throw ( DAVException ) in LOCK()
1698 throw ( DAVException ) in UNLOCK()
1708 throw DAVException( DAVException::DAV_NOT_LOCKED ); in UNLOCK()
1756 throw ( DAVException ) in abort()