Class AgentChatCloseOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
com.novomind.ecom.api.iagent.routing.operation.close.AgentChatCloseOperationFailedException
- All Implemented Interfaces:
ChatProvider,UserProvider,Serializable
public class AgentChatCloseOperationFailedException
extends ChatOperationFailedException
implements UserProvider
An AgentChatCloseOperationFailedException is thrown by an
AgentChatCloseOperation if the operation execution has failed.
- Since:
- 12.23
- See Also:
-
Field Summary
FieldsFields inherited from class com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
chat -
Constructor Summary
ConstructorsConstructorDescriptionAgentChatCloseOperationFailedException(String message, Chat chat, User user) AgentChatCloseOperationFailedException(String message, Throwable cause, Chat chat, User user) -
Method Summary
Methods inherited from class com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
getChatMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
user
-
-
Constructor Details
-
AgentChatCloseOperationFailedException
- Parameters:
message- the error messagechat- the chat of the failed close operationuser- the origin user of the failed close operation- Since:
- 12.23
-
AgentChatCloseOperationFailedException
public AgentChatCloseOperationFailedException(String message, Throwable cause, Chat chat, User user) - Parameters:
message- the error messagecause- the cause of the exceptionchat- the chat of the failed close operationuser- the origin user of the failed close operation- Since:
- 12.23
-
-
Method Details
-
getUser
Description copied from interface:UserProviderReturns the user- Specified by:
getUserin interfaceUserProvider- Returns:
- the origin user
- Since:
- 12.23
-