Package org.exoplatform.onlyoffice
Class DocumentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.onlyoffice.OnlyofficeEditorException
org.exoplatform.onlyoffice.DocumentNotFoundException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS.
- Version:
- $Id: DocumentNotFoundException.java 00000 Feb 2, 2016 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentNotFoundException(String message) Instantiates a new document not found exception.DocumentNotFoundException(String message, Throwable cause) Instantiates a new document not found exception.Instantiates a new document not found 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
-
DocumentNotFoundException
Instantiates a new document not found exception.- Parameters:
message- the message
-
DocumentNotFoundException
Instantiates a new document not found exception.- Parameters:
cause- the cause
-
DocumentNotFoundException
Instantiates a new document not found exception.- Parameters:
message- the messagecause- the cause
-