ModeShape Distribution 3.0.0.Alpha6

org.modeshape.jcr.cache.change
Class NodeSequencingFailure

java.lang.Object
  extended by org.modeshape.jcr.cache.change.Change
      extended by org.modeshape.jcr.cache.change.AbstractNodeChange
          extended by org.modeshape.jcr.cache.change.AbstractSequencingChange
              extended by org.modeshape.jcr.cache.change.NodeSequencingFailure

public class NodeSequencingFailure
extends AbstractSequencingChange

Change which is triggered if the sequencing of a node fails

Author:
Horia Chiorean

Field Summary
 
Fields inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange
path
 
Constructor Summary
NodeSequencingFailure(NodeKey sequencedNodeKey, Path sequencedNodePath, String outputPath, String userId, String selectedPath, String sequencerName, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String toString()
           
 
Methods inherited from class org.modeshape.jcr.cache.change.AbstractSequencingChange
getOutputPath, getSelectedPath, getSequencerName, getUserId
 
Methods inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange
getKey, getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeSequencingFailure

public NodeSequencingFailure(NodeKey sequencedNodeKey,
                             Path sequencedNodePath,
                             String outputPath,
                             String userId,
                             String selectedPath,
                             String sequencerName,
                             Throwable cause)
Method Detail

getCause

public Throwable getCause()

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.0.0.Alpha6

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