Class SupervisorTicketCloseOperationFailedException

    • Field Detail

      • ticket

        protected final transient Ticket ticket
      • user

        protected final transient User user
    • Constructor Detail

      • SupervisorTicketCloseOperationFailedException

        public SupervisorTicketCloseOperationFailedException​(java.lang.String message,
                                                             Ticket ticket,
                                                             User user)
        Parameters:
        message - the error message
        ticket - the ticket of the failed close operation
        user - the origin user of the failed close operation
        Since:
        11.28
      • SupervisorTicketCloseOperationFailedException

        public SupervisorTicketCloseOperationFailedException​(java.lang.String message,
                                                             java.lang.Throwable cause,
                                                             Ticket ticket,
                                                             User user)
        Parameters:
        message - the error message
        cause - the cause of the exception
        ticket - the ticket of the failed close operation
        user - the origin user of the failed close operation
        Since:
        11.28