public class LockFailureException extends DocumentNotFoundException
Constructor and Description |
---|
LockFailureException(NodeKey key) |
LockFailureException(NodeKey key,
String message) |
LockFailureException(NodeKey key,
String message,
Throwable cause) |
LockFailureException(NodeKey key,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
NodeKey |
getNodeKey()
Get the key for the node that could not be locked
|
String |
toString() |
getKey
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public LockFailureException(NodeKey key)
key
- the key for the node that could not be lockedpublic LockFailureException(NodeKey key, String message)
key
- the key for the node that could not be lockedmessage
- the messagepublic LockFailureException(NodeKey key, Throwable cause)
key
- the key for the node that could not be lockedcause
- 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.