Class SupervisorTicketRecategorizationOperationFailedException

    • Field Detail

      • user

        protected final transient User user
      • ticket

        protected final transient Ticket ticket
    • 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