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
,java.io.Serializable
public class AgentChatCloseOperationFailedException extends ChatOperationFailedException implements UserProvider
An
AgentChatCloseOperationFailedException
is thrown by anAgentChatCloseOperation
if the operation execution has failed.- Since:
- 12.23
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected User
user
-
Fields inherited from class com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
chat
-
-
Constructor Summary
Constructors Constructor Description AgentChatCloseOperationFailedException(java.lang.String message, Chat chat, User user)
AgentChatCloseOperationFailedException(java.lang.String message, java.lang.Throwable cause, Chat chat, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getUser()
Returns the user-
Methods inherited from class com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
getChat
-
-
-
-
Field Detail
-
user
protected final transient User user
-
-
Constructor Detail
-
AgentChatCloseOperationFailedException
public AgentChatCloseOperationFailedException(java.lang.String message, Chat chat, User user)
- 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(java.lang.String message, java.lang.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 Detail
-
getUser
public User getUser()
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the origin user
- Since:
- 12.23
-
-