Class SupervisorTicketRecategorizationOperationFailedException

All Implemented Interfaces:
UserProvider, TicketProvider, Serializable

public class SupervisorTicketRecategorizationOperationFailedException extends IssueRecategorizationOperationFailedException implements TicketProvider, UserProvider

An SupervisorTicketRecategorizationOperationFailedException is thrown by a SupervisorTicketRecategorizationOperation if the operation execution has failed.

Since:
10.0.202
See Also:
  • Field Details

    • user

      protected final transient User user
    • ticket

      protected final transient Ticket ticket
  • Constructor Details

    • SupervisorTicketRecategorizationOperationFailedException

      public SupervisorTicketRecategorizationOperationFailedException(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(String message, 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 Details