phpcr/src/PHPCR/Lock/LockException.php
Copyright 2008-2011 Karsten Dambekalns karsten@typo3.org
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
\PHPCR\Lock\LockException
May contain an error message and/or another nested exception.
- Parent(s)
- \PHPCR\RepositoryException < \RuntimeException
- Api
- Author
- Karsten Dambekalns
Properties
Methods
__construct(string $message, integer $code = 0, string $failureNodePath = null) : void
If a path is passed it must be an absolute path in normalized, standard form, that is, each path segment must be a JCR name in qualified form, the path must have no trailing slash, no self or parent segments and no [1] indexes.
Name | Type | Description |
---|---|---|
$message | string | The exception message |
$code | integer | The exception error code |
$failureNodePath | string | the absolute path of the node that caused the error or null if the implementation chooses not to, or cannot, return a path. |
- Api