Class AgentChatActionInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.AgentChatActionValidationException
com.novomind.ecom.api.iagent.exception.AgentChatActionInterruptedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAgentChatActionInterruptedException
(String message, String dialogUrl) Constructs anAgentChatActionInterruptedException
with the specified detail message and an url to be opened within a dialog window instead of a simple error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AgentChatActionInterruptedException
Constructs anAgentChatActionInterruptedException
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 theThrowable.getMessage()
method)dialogUrl
- The dialogUrl used to show up a dialog window instead of a simple error message- Since:
- 13.0
-
-
Method Details
-
getDialogUrl
- Returns:
- the dialog url to be opened instead of a simple error message
- Since:
- 13.0
-