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
public class OnlyofficeEditorException extends Exception
Created by The eXo Platform SAS.- Version:
- $Id: OnlyofficeEditorException.java 00000 Jan 31, 2016 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnlyofficeEditorException(String message)Instantiates a new onlyoffice editor exception.OnlyofficeEditorException(String message, Throwable cause)Instantiates a new onlyoffice editor exception.OnlyofficeEditorException(Throwable cause)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 Detail
-
OnlyofficeEditorException
public OnlyofficeEditorException(String message)
Instantiates a new onlyoffice editor exception.- Parameters:
message- the message
-
OnlyofficeEditorException
public OnlyofficeEditorException(Throwable cause)
Instantiates a new onlyoffice editor exception.- Parameters:
cause- the cause
-
-