Class AutoTicketRecategorizationOperationFailedException

    • Field Detail

      • ticket

        protected final transient Ticket ticket
    • Constructor Detail

      • AutoTicketRecategorizationOperationFailedException

        public AutoTicketRecategorizationOperationFailedException​(java.lang.String message,
                                                                  Ticket ticket,
                                                                  Category sourceCategory,
                                                                  Category destinationCategory)
        Parameters:
        message - the error message
        ticket - the ticket 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
      • AutoTicketRecategorizationOperationFailedException

        public AutoTicketRecategorizationOperationFailedException​(java.lang.String message,
                                                                  java.lang.Throwable cause,
                                                                  Ticket ticket,
                                                                  Category sourceCategory,
                                                                  Category destinationCategory)
        Parameters:
        message - the error message
        cause - the cause of the exception
        ticket - the ticket 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