public class DocumentAlreadyExistsException extends DocumentStoreException
| Constructor and Description |
|---|
DocumentAlreadyExistsException(String key) |
DocumentAlreadyExistsException(String key,
String message) |
DocumentAlreadyExistsException(String key,
String message,
Throwable cause) |
DocumentAlreadyExistsException(String key,
Throwable cause) |
getKey, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DocumentAlreadyExistsException(String key)
key - the key for the node that does not existpublic DocumentAlreadyExistsException(String key, String message)
key - the key for the node that does not existmessage - the messagepublic DocumentAlreadyExistsException(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.