public class ReferentialIntegrityException extends RuntimeException
Constructor and Description |
---|
ReferentialIntegrityException(Set<NodeKey> removedNodes,
Set<NodeKey> referrers) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Set<NodeKey> |
getReferrers()
Get the set of node keys that contain REFERENCE properties to nodes being deleted, and therefore prevent the removal.
|
Set<NodeKey> |
getRemovedNodes()
Get the set of keys to the nodes that were removed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Set<NodeKey> getReferrers()
public Set<NodeKey> getRemovedNodes()
public String getMessage()
getMessage
in class Throwable
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.