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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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-2014 JBoss, a division of Red Hat. All Rights Reserved.