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() |
getKey
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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 DocumentStoreException
public NodeKey getNodeKey()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.