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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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–2016 JBoss, a division of Red Hat. All rights reserved.