Class SupervisorTicketRecategorizationOperationFailedException

    • Field Detail

      • ticket

        protected final transient Ticket ticket
      • user

        protected final transient User user
      • sourceCategory

        protected final transient Category sourceCategory
      • destinationCategory

        protected final transient Category destinationCategory
    • Constructor Detail

      • SupervisorTicketRecategorizationOperationFailedException

        public SupervisorTicketRecategorizationOperationFailedException​(java.lang.String message,
                                                                        Ticket ticket,
                                                                        User user,
                                                                        Category sourceCategory,
                                                                        Category destinationCategory)
        Parameters:
        message - the error message
        ticket - the ticket of the failed recategorization operation
        user - the user of the failed recategorization operation
        sourceCategory - the source category of the failed recategorization operation
        destinationCategory - the destination category of the failed recategorization operation
        Since:
        10.0.202
      • SupervisorTicketRecategorizationOperationFailedException

        public SupervisorTicketRecategorizationOperationFailedException​(java.lang.String message,
                                                                        java.lang.Throwable cause,
                                                                        Ticket ticket,
                                                                        User user,
                                                                        Category sourceCategory,
                                                                        Category destinationCategory)
        Parameters:
        message - the error message
        cause - the cause of the exception
        ticket - the ticket of the failed recategorization operation
        user - the user of the failed recategorization operation
        sourceCategory - the source category of the failed recategorization operation
        destinationCategory - the destination category of the failed recategorization operation
        Since:
        10.0.202
    • Method Detail

      • getUser

        public User getUser()
        Description copied from interface: UserProvider
        Returns the user
        Specified by:
        getUser in interface UserProvider
        Returns:
        the user
        Since:
        10.0.202
      • getSourceCategory

        public Category getSourceCategory()
        Returns:
        the source category
        Since:
        10.0.202
      • getDestinationCategory

        public Category getDestinationCategory()
        Returns:
        the destination category
        Since:
        10.0.202