Class SupervisorTicketInternalForwardOperationFailedException

    • Field Detail

      • ticket

        protected final transient Ticket ticket
      • agent

        protected final transient User agent
      • user

        protected final transient User user
    • Constructor Detail

      • SupervisorTicketInternalForwardOperationFailedException

        public SupervisorTicketInternalForwardOperationFailedException​(java.lang.String message,
                                                                       Ticket ticket,
                                                                       User user,
                                                                       User agent)
        Parameters:
        message - the error message
        ticket - the ticket of the failed internal forward operation
        user - the origin user of the failed internal forward operation
        agent - the target user of the failed internal forward operation
        Since:
        11.22
      • SupervisorTicketInternalForwardOperationFailedException

        public SupervisorTicketInternalForwardOperationFailedException​(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 internal forward operation
        user - the origin user of the failed internal forward operation
        agent - the target user of the failed internal forward operation
        Since:
        11.22
    • 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:
        11.22
      • getAgent

        public User getAgent()
        Returns:
        the target user
        Since:
        11.22