ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.cache
Class LockFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.jcr.cache.DocumentNotFoundException
                  extended by 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

Constructor Summary
LockFailureException(NodeKey key)
           
LockFailureException(NodeKey key, String message)
           
LockFailureException(NodeKey key, String message, Throwable cause)
           
LockFailureException(NodeKey key, Throwable cause)
           
 
Method Summary
 NodeKey getNodeKey()
          Get the key for the node that could not be locked
 String toString()
           
 
Methods inherited from class org.modeshape.jcr.cache.DocumentNotFoundException
getKey
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 locked
message - the message

LockFailureException

public LockFailureException(NodeKey key,
                            Throwable cause)
Parameters:
key - the key for the node that could not be locked
cause - 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 locked
message - the message
cause - the cause of this exception
Method Detail

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

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.