Package org.exoplatform.onlyoffice
Class ConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.onlyoffice.OnlyofficeEditorException
-
- org.exoplatform.onlyoffice.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 Summary
Constructors Constructor Description ConflictException(String message)Instantiates a new conflict exception.ConflictException(String message, Throwable cause)Instantiates a new conflict exception.ConflictException(Throwable cause)Instantiates a new conflict exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-