Class 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:
  • Constructor Details

    • 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
    • DocumentNotFoundException

      public DocumentNotFoundException(String message, Throwable cause)
      Instantiates a new document not found exception.
      Parameters:
      message - the message
      cause - the cause