Class AgentChatCloseOperationFailedException

    • 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 message
        chat - the chat of the failed close operation
        user - 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 message
        cause - the cause of the exception
        chat - the chat of the failed close operation
        user - 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 interface UserProvider
        Returns:
        the origin user
        Since:
        12.23