Package org.exoplatform.onlyoffice
Class EditorLinkNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.onlyoffice.OnlyofficeEditorException
org.exoplatform.onlyoffice.EditorLinkNotFoundException
- All Implemented Interfaces:
Serializable
The Class EditorLinkNotFoundException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEditorLinkNotFoundException(String message) Instantiates a new editor link not found exception.EditorLinkNotFoundException(String message, Throwable cause) Instantiates a new editor link not found exception.Instantiates a new editor link 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
-
EditorLinkNotFoundException
Instantiates a new editor link not found exception.- Parameters:
message- the message
-
EditorLinkNotFoundException
Instantiates a new editor link not found exception.- Parameters:
cause- the cause
-
EditorLinkNotFoundException
Instantiates a new editor link not found exception.- Parameters:
message- the messagecause- the cause
-