When the session cache attempts to save a node (or the entire session) and another operation has modified the state of the repository such that one or more of the nodes to be saved has an invalid path, an InvalidItemStateException should be thrown. Currently, the graph layer PathNotFoundException is wrapped in a JCR PathNotFoundException instead.