Class AgentTicketActionInterruptedException

All Implemented Interfaces:
Serializable

public class AgentTicketActionInterruptedException extends AgentTicketActionValidationException
See Also:
  • Constructor Details

    • AgentTicketActionInterruptedException

      public AgentTicketActionInterruptedException(String message, String dialogUrl)
      Constructs an AgentTicketActionInterruptedException 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