org.modeshape.jcr.cache
Class NodeNotFoundInParentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.cache.DocumentNotFoundException
org.modeshape.jcr.cache.NodeNotFoundException
org.modeshape.jcr.cache.NodeNotFoundInParentException
- All Implemented Interfaces:
- Serializable
public class NodeNotFoundInParentException
- extends NodeNotFoundException
An exception signalling that a node does not exist in the specified parent.
- See Also:
- Serialized Form
NodeNotFoundInParentException
public NodeNotFoundInParentException(NodeKey key,
NodeKey parentKey)
- Parameters:
key
- the key for the node that does not existparentKey
- the key for the parent node
getParentKey
public NodeKey getParentKey()
- Get the key for the parent node.
- Returns:
- the key for the parent node
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.