Class DocumentExistsException

All Implemented Interfaces:
Serializable

public class DocumentExistsException extends NuxeoException
Exception thrown when a method tries to create a document that already exists through copy or move, or when trying to delete the target of a proxy.
See Also:
  • Constructor Details

    • DocumentExistsException

      public DocumentExistsException()
    • DocumentExistsException

      public DocumentExistsException(String message)
    • DocumentExistsException

      public DocumentExistsException(String message, Throwable cause)
    • DocumentExistsException

      public DocumentExistsException(Throwable cause)