Class EditingSessionOpenVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.webapp.access.EditingSessionOpenVetoException
- All Implemented Interfaces:
Serializable
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class EditingSessionOpenVetoException
extends Exception
Exception to be thrown when the plugin decides that the editing session
should not be started.
- Since:
- 17
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EditingSessionOpenVetoException
Constructor.- Parameters:
htmlMessage
- The HTML formatted message that will be presented to the user as the reason for the editing session opening was aborted.
-
-
Method Details
-
getHtmlMessage
- Returns:
- The HTML formatted message that will be presented to the user as the reason for the editing session opening was aborted.
-