org.modeshape.jcr.cache
Class LockFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.cache.DocumentNotFoundException
org.modeshape.jcr.cache.LockFailureException
- All Implemented Interfaces:
- Serializable
public class LockFailureException
- extends DocumentNotFoundException
An exception signalling that a node could not be locked.
- See Also:
- Serialized Form
LockFailureException
public LockFailureException(NodeKey key)
- Parameters:
key
- the key for the node that could not be locked
LockFailureException
public LockFailureException(NodeKey key,
String message)
- Parameters:
key
- the key for the node that could not be lockedmessage
- the message
LockFailureException
public LockFailureException(NodeKey key,
Throwable cause)
- Parameters:
key
- the key for the node that could not be lockedcause
- the cause of this exception
LockFailureException
public LockFailureException(NodeKey key,
String message,
Throwable cause)
- Parameters:
key
- the key for the node that could not be lockedmessage
- the messagecause
- the cause of this exception
toString
public String toString()
- Overrides:
toString
in class DocumentNotFoundException
getNodeKey
public NodeKey getNodeKey()
- Get the key for the node that could not be locked
- Returns:
- the key for the node
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.