Class UserActionRequiredMessage

java.lang.Object
ro.sync.ecss.extensions.api.webapp.WebappMessage
ro.sync.ecss.extensions.api.webapp.plugin.UserActionRequiredMessage

@API(src=PUBLIC, type=NOT_EXTENDABLE) public class UserActionRequiredMessage extends WebappMessage
Contains details for the server message that is presented on client side when a user action required exception is thrown.
Since:
21
  • Constructor Details

    • UserActionRequiredMessage

      public UserActionRequiredMessage(WebappMessage webappMessage, String contextUrl)
      Constructor.
      Parameters:
      webappMessage - The server message that is presented on client side
      contextUrl - The URL of the resource for which the user action required exception is thrown.
  • Method Details

    • getUrl

      public String getUrl()
      Returns:
      Returns the URL of the resource for which the user action required exception is thrown.