public class DocumentExistsException extends NuxeoException
CoreSession.copy(org.nuxeo.ecm.core.api.DocumentRef, org.nuxeo.ecm.core.api.DocumentRef, java.lang.String, org.nuxeo.ecm.core.api.CoreSession.CopyOption...),
CoreSession.move(org.nuxeo.ecm.core.api.DocumentRef, org.nuxeo.ecm.core.api.DocumentRef, java.lang.String),
CoreSession.removeDocument(org.nuxeo.ecm.core.api.DocumentRef),
CoreSession.removeDocuments(org.nuxeo.ecm.core.api.DocumentRef[]),
CoreSession.removeChildren(org.nuxeo.ecm.core.api.DocumentRef),
Serialized FormstatusCode| Constructor and Description |
|---|
DocumentExistsException() |
DocumentExistsException(String message) |
DocumentExistsException(String message,
Throwable cause) |
DocumentExistsException(Throwable cause) |
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentExistsException()
public DocumentExistsException(String message)
public DocumentExistsException(String message, Throwable cause)
public DocumentExistsException(Throwable cause)
Copyright © 2019 Nuxeo. All rights reserved.