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 Details

    • EditingSessionOpenVetoException

      public EditingSessionOpenVetoException(String htmlMessage)
      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

      public String getHtmlMessage()
      Returns:
      The HTML formatted message that will be presented to the user as the reason for the editing session opening was aborted.