Class 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 Detail

      • UserActionRequiredMessage

        public UserActionRequiredMessage​(WebappMessage webappMessage,
                                         java.lang.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 Detail

      • getUrl

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