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