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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException(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
-
Constructor Details
-
ConflictException
Instantiates a new conflict exception.- Parameters:
message- the message
-
ConflictException
Instantiates a new conflict exception.- Parameters:
cause- the cause
-
ConflictException
Instantiates a new conflict exception.- Parameters:
message- the messagecause- the cause
-