Package org.exoplatform.onlyoffice
Class OnlyofficeEditorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.onlyoffice.OnlyofficeEditorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadParameterException,ConflictException,DocumentNotFoundException,EditorLinkNotFoundException
Created by The eXo Platform SAS.
- Version:
- $Id: OnlyofficeEditorException.java 00000 Jan 31, 2016 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOnlyofficeEditorException(String message) Instantiates a new onlyoffice editor exception.OnlyofficeEditorException(String message, Throwable cause) Instantiates a new onlyoffice editor exception.Instantiates a new onlyoffice editor 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
-
OnlyofficeEditorException
Instantiates a new onlyoffice editor exception.- Parameters:
message- the message
-
OnlyofficeEditorException
Instantiates a new onlyoffice editor exception.- Parameters:
cause- the cause
-
OnlyofficeEditorException
Instantiates a new onlyoffice editor exception.- Parameters:
message- the messagecause- the cause
-