LibreOffice Module ucb (master) 1
|
#include <DAVException.hxx>
Public Types | |
enum | ExceptionCode { DAV_HTTP_ERROR = 0 , DAV_HTTP_LOOKUP , DAV_HTTP_NOAUTH , DAV_HTTP_AUTH , DAV_HTTP_AUTHPROXY , DAV_HTTP_CONNECT , DAV_HTTP_TIMEOUT , DAV_HTTP_FAILED , DAV_HTTP_RETRY , DAV_HTTP_REDIRECT , DAV_SESSION_CREATE , DAV_INVALID_ARG , DAV_UNSUPPORTED , DAV_LOCK_EXPIRED , DAV_NOT_LOCKED , DAV_LOCKED_SELF , DAV_LOCKED } |
Public Member Functions | |
DAVException (ExceptionCode inExceptionCode) | |
DAVException (ExceptionCode inExceptionCode, OUString aData) | |
DAVException (ExceptionCode inExceptionCode, OUString aData, sal_uInt16 nStatusCode) | |
const ExceptionCode & | getError () const |
const OUString & | getData () const |
sal_uInt16 | getStatus () const |
Private Attributes | |
ExceptionCode | mExceptionCode |
OUString | mData |
sal_uInt16 | mStatusCode |
Definition at line 105 of file DAVException.hxx.
Definition at line 108 of file DAVException.hxx.
|
inlineexplicit |
Definition at line 150 of file DAVException.hxx.
|
inline |
Definition at line 155 of file DAVException.hxx.
References aData.
|
inline |
Definition at line 161 of file DAVException.hxx.
References aData.
|
inline |
Definition at line 170 of file DAVException.hxx.
References mData.
Referenced by http_dav_ucp::Content::getResourceOptions(), http_dav_ucp::DAVResourceAccess::handleException(), http_dav_ucp::Content::isResourceAvailable(), and http_dav_ucp::Content::MapDAVException().
|
inline |
Definition at line 169 of file DAVException.hxx.
References mExceptionCode.
Referenced by http_dav_ucp::Content::getResourceOptions(), http_dav_ucp::DAVResourceAccess::handleException(), http_dav_ucp::Content::isResourceAvailable(), http_dav_ucp::Content::MapDAVException(), http_dav_ucp::CurlSession::NonInteractive_LOCK(), http_dav_ucp::CurlProcessor::ProcessRequest(), and http_dav_ucp::Content::shouldAccessNetworkAfterException().
|
inline |
Definition at line 171 of file DAVException.hxx.
References mStatusCode.
Referenced by http_dav_ucp::Content::getResourceOptions(), http_dav_ucp::DAVResourceAccess::handleException(), http_dav_ucp::Content::isResourceAvailable(), http_dav_ucp::Content::MapDAVException(), http_dav_ucp::CurlProcessor::ProcessRequest(), and http_dav_ucp::Content::shouldAccessNetworkAfterException().
|
private |
Definition at line 146 of file DAVException.hxx.
Referenced by getData().
|
private |
Definition at line 145 of file DAVException.hxx.
Referenced by getError().
|
private |
Definition at line 147 of file DAVException.hxx.
Referenced by getStatus().