public class NodeNotFoundException extends DocumentNotFoundException
| Constructor and Description |
|---|
NodeNotFoundException(NodeKey key) |
NodeNotFoundException(NodeKey key,
String message) |
NodeNotFoundException(NodeKey key,
String message,
Throwable cause) |
NodeNotFoundException(NodeKey key,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NodeKey |
getNodeKey()
Get the key for the node that was not found
|
String |
toString() |
getKeyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NodeNotFoundException(NodeKey key)
key - the key for the node that does not existpublic NodeNotFoundException(NodeKey key, String message)
key - the key for the node that does not existmessage - the messagepublic NodeNotFoundException(NodeKey key, Throwable cause)
key - the key for the node that does not existcause - the cause of this exceptionpublic String toString()
toString in class DocumentStoreExceptionpublic NodeKey getNodeKey()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.