public class DocumentStoreException extends RuntimeException
Constructor and Description |
---|
DocumentStoreException(String key) |
DocumentStoreException(String key,
String message) |
DocumentStoreException(String key,
String message,
Throwable cause) |
DocumentStoreException(String key,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the document key
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DocumentStoreException(String key)
key
- the key for the documentpublic DocumentStoreException(String key, String message)
key
- the key for the documentmessage
- the messagepublic DocumentStoreException(String key, Throwable cause)
key
- the key for the documentcause
- the cause of this exceptionCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.