Class ConflictException

  • All Implemented Interfaces:
    Serializable

    public class ConflictException
    extends OnlyofficeEditorException
    Conflict found while creating Onlyoffice editor. Client should retry the operation. Created by The eXo Platform SAS
    Version:
    $Id: ConflictException.java 00000 Feb 17, 2016 pnedonosko $
    Author:
    Peter Nedonosko
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictException

        public ConflictException​(String message)
        Instantiates a new conflict exception.
        Parameters:
        message - the message
      • ConflictException

        public ConflictException​(Throwable cause)
        Instantiates a new conflict exception.
        Parameters:
        cause - the cause
      • ConflictException

        public ConflictException​(String message,
                                 Throwable cause)
        Instantiates a new conflict exception.
        Parameters:
        message - the message
        cause - the cause