Class SupervisorChatCloseOperationFailedException
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.SupervisorChatCloseOperationFailedException
- All Implemented Interfaces:
ChatProvider
,UserProvider
,Serializable
public class SupervisorChatCloseOperationFailedException
extends ChatOperationFailedException
implements UserProvider
A SupervisorChatCloseOperationFailedException
is thrown by a
SupervisorChatCloseOperation
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
ConstructorsConstructorDescriptionSupervisorChatCloseOperationFailedException
(String message, Chat chat, User user) SupervisorChatCloseOperationFailedException
(String message, Throwable cause, Chat chat, User user) -
Method Summary
Methods inherited from class com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
getChat
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
user
-
-
Constructor Details
-
SupervisorChatCloseOperationFailedException
- Parameters:
message
- the error messagechat
- the chat of the failed close operationuser
- the origin user of the failed close operation- Since:
- 12.23
-
SupervisorChatCloseOperationFailedException
public SupervisorChatCloseOperationFailedException(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:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the origin user
- Since:
- 12.23
-