Class EditorLinkNotFoundException

All Implemented Interfaces:
Serializable

public class EditorLinkNotFoundException extends OnlyofficeEditorException
The Class EditorLinkNotFoundException.
See Also:
  • Constructor Details

    • EditorLinkNotFoundException

      public EditorLinkNotFoundException(String message)
      Instantiates a new editor link not found exception.
      Parameters:
      message - the message
    • EditorLinkNotFoundException

      public EditorLinkNotFoundException(Throwable cause)
      Instantiates a new editor link not found exception.
      Parameters:
      cause - the cause
    • EditorLinkNotFoundException

      public EditorLinkNotFoundException(String message, Throwable cause)
      Instantiates a new editor link not found exception.
      Parameters:
      message - the message
      cause - the cause