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
FieldsModifier and TypeFieldDescriptionprotected final Userthe origin user of the failed close operationFields inherited from class com.novomind.ecom.api.iagent.exception.ChatOperationFailedException
chat -
Constructor Summary
ConstructorsConstructorDescriptionSupervisorChatCloseOperationFailedException(String message, Chat chat, User user) Constructs a newSupervisorChatCloseOperationFailedExceptionwith the specified detail message and close context.SupervisorChatCloseOperationFailedException(String message, Throwable cause, Chat chat, User user) Constructs a newSupervisorChatCloseOperationFailedExceptionwith the specified detail message, cause and close context. -
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
the origin user of the failed close operation
-
-
Constructor Details
-
SupervisorChatCloseOperationFailedException
Constructs a newSupervisorChatCloseOperationFailedExceptionwith the specified detail message and close context.- 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) Constructs a newSupervisorChatCloseOperationFailedExceptionwith the specified detail message, cause and close context.- 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
Returns the origin user.- Specified by:
getUserin interfaceUserProvider- Returns:
- the origin user
- Since:
- 12.23
-