Class SupervisorTicketRequeueOperationFailedException

    • Field Detail

      • ticket

        protected final transient Ticket ticket
      • user

        protected final transient User user
      • agent

        protected final transient User agent
    • Constructor Detail

      • SupervisorTicketRequeueOperationFailedException

        public SupervisorTicketRequeueOperationFailedException​(java.lang.String message,
                                                               Ticket ticket,
                                                               User user,
                                                               User agent)
        Parameters:
        message - the error message
        ticket - the ticket of the failed re-queue operation
        user - the supervisor user that failed to execute the re-queue operation
        agent - the assigned for the ticket of the failed re-queue operation
        Since:
        12.0
      • SupervisorTicketRequeueOperationFailedException

        public SupervisorTicketRequeueOperationFailedException​(java.lang.String message,
                                                               java.lang.Throwable cause,
                                                               Ticket ticket,
                                                               User user,
                                                               User agent)
        Parameters:
        message - the error message
        cause - the cause of the exception
        ticket - the ticket of the failed re-queue operation
        user - the supervisor user that failed to execute the re-queue operation
        agent - the assigned agent for the ticket of the failed re-queue operation
        Since:
        12.0
    • Method Detail

      • getUser

        public User getUser()
        Description copied from interface: UserProvider
        Returns the user
        Specified by:
        getUser in interface UserProvider
        Returns:
        the supervisor user
        Since:
        12.0
      • getAgent

        public User getAgent()
        Returns:
        the agent of the failed re-queue operation
        Since:
        12.0