public class DocumentNotFoundException extends DocumentStoreException
Constructor and Description |
---|
DocumentNotFoundException(String key) |
DocumentNotFoundException(String key,
String message) |
DocumentNotFoundException(String key,
String message,
Throwable cause) |
DocumentNotFoundException(String key,
Throwable cause) |
getKey, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DocumentNotFoundException(String key)
key
- the key for the node that does not existpublic DocumentNotFoundException(String key, String message)
key
- the key for the node that does not existmessage
- the messagepublic DocumentNotFoundException(String key, Throwable cause)
key
- the key for the node that does not existcause
- the cause of this exceptionCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.