public class DocumentExistsException extends DocumentExistsException
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, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DocumentExistsException()
public DocumentExistsException(String message)
public DocumentExistsException(String message, Throwable cause)
public DocumentExistsException(Throwable cause)
Copyright © 2018 Nuxeo. All rights reserved.