|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.AbstractSequencingChange
org.modeshape.jcr.cache.change.NodeSequencingFailure
public class NodeSequencingFailure
Change which is triggered if the sequencing of a node fails
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()
Get the cause of the failure. |
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 |
---|
public NodeSequencingFailure(NodeKey sequencedNodeKey, Path sequencedNodePath, String outputPath, String userId, String selectedPath, String sequencerName, Throwable cause)
Method Detail |
---|
public Throwable getCause()
public String toString()
toString
in class Object
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |