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
public class EditorLinkNotFoundException extends OnlyofficeEditorException
The Class EditorLinkNotFoundException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditorLinkNotFoundException(String message)Instantiates a new editor link not found exception.EditorLinkNotFoundException(String message, Throwable cause)Instantiates a new editor link not found exception.EditorLinkNotFoundException(Throwable cause)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 Detail
-
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
-
-