Copyright© 2008-2022 Sitevision AB, all rights reserved.
public class LockException extends RepositoryException
| Constructor and Description |
|---|
LockException()
Constructs a new instance of this class.
|
LockException(String message)
Constructs a new instance of this class with the specified detail
message.
|
LockException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail message
and root cause.
|
LockException(String message,
Throwable rootCause,
String failureNodePath)
Constructs a new instance of this class with the specified detail
message, root cause and failure node path.
|
LockException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureNodePath()
Returns the absolute path of the node that caused the error or
null if the implementation chooses not to, or cannot, return
a path. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LockException()
public LockException(String message)
message - the detail message.public LockException(Throwable rootCause)
rootCause - the root failure cause.public LockException(String message, Throwable rootCause)
message - the detail message.rootCause - the root failure cause.public LockException(String message, Throwable rootCause, String failureNodePath)
message - the detail message.rootCause - the root failure cause.failureNodePath - the absolute path of the node that caused the
error or null if the implementation chooses not to, or
cannot, return a path.
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.
public String getFailureNodePath()
null if the implementation chooses not to, or cannot, return
a path.Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.