org.modeshape.jcr.cache
Class NodeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.cache.DocumentNotFoundException
org.modeshape.jcr.cache.NodeNotFoundException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NodeNotFoundInParentException
public class NodeNotFoundException
- extends DocumentNotFoundException
An exception signalling that a node does not exist.
- See Also:
- Serialized Form
NodeNotFoundException
public NodeNotFoundException(NodeKey key)
- Parameters:
key
- the key for the node that does not exist
NodeNotFoundException
public NodeNotFoundException(NodeKey key,
String message)
- Parameters:
key
- the key for the node that does not existmessage
- the message
NodeNotFoundException
public NodeNotFoundException(NodeKey key,
Throwable cause)
- Parameters:
key
- the key for the node that does not existcause
- the cause of this exception
NodeNotFoundException
public NodeNotFoundException(NodeKey key,
String message,
Throwable cause)
- Parameters:
key
- the key for the node that does not existmessage
- 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 was not found
- Returns:
- the key for the node
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.