Class: Sabre_DAV_Exception_Locked

Source Location: /includes/classes/SabreDAV/lib/Sabre/DAV/Exception/Locked.php

Class Overview [line 18]

Exception
   |
   --Sabre_DAV_Exception
      |
      --Sabre_DAV_Exception_Locked

Locked

Author(s):

Version:

Copyright:

Variables

Constants

Methods


Child classes:

Sabre_DAV_Exception_ConflictingLock
ConflictingLock

Inherited Variables

Inherited Constants

Inherited Methods

Class: Sabre_DAV_Exception

Sabre_DAV_Exception::getHTTPCode()
Returns the HTTP statuscode for this exception
Sabre_DAV_Exception::getHTTPHeaders()
This method allows the exception to return any extra HTTP response headers.
Sabre_DAV_Exception::serialize()
This method allows the exception to include additonal information into the WebDAV error response


Class Details

Locked

The 423 is thrown when a client tried to access a resource that was locked, without supplying a valid lock token

[ Top ]


Class Variables

$lock

[line 20]

Tags:

  • access - protected

Type: mixed

Overrides:

[ Top ]


Class Methods

__construct

Sabre_DAV_Exception_Locked __construct( [ $lock = null])

[line 22]

Parameters:

  • $lock -

[ Top ]

getHTTPCode

void getHTTPCode( )

[line 27]

Overrides Sabre_DAV_Exception::getHTTPCode() (Returns the HTTP statuscode for this exception)

Parameters:

[ Top ]

serialize

void serialize( Sabre_DAV_Server $server, $errorNode)

[line 33]

Overridden in child classes as:

Sabre_DAV_Exception_ConflictingLock::serialize()

Overrides Sabre_DAV_Exception::serialize() (This method allows the exception to include additonal information into the WebDAV error response)

Parameters:

[ Top ]


Class Constants


Documentation generated on Mon, 31 May 2010 12:53:36 -0400 by phpDocumentor 1.4.3