Class AgentCallActionInterruptedException

All Implemented Interfaces:
Serializable

public class AgentCallActionInterruptedException extends AgentCallActionValidationException
See Also:
  • Constructor Details

    • AgentCallActionInterruptedException

      public AgentCallActionInterruptedException(String message, String dialogUrl)
      Constructs an AgentCallActionInterruptedException with the specified detail message and an url to be opened within a dialog window instead of a simple error message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      dialogUrl - The dialogUrl used to show up a dialog window instead of a simple error message
      Since:
      13.0
  • Method Details

    • getDialogUrl

      public String getDialogUrl()
      Returns:
      the dialog url to be opened instead of a simple error message
      Since:
      13.0