Class AgentTicketCloseOperationFailedException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Ticket ticket  
      protected User user  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ticket getTicket()
      Returns the ticket
      User getUser()
      Returns the user
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ticket

        protected final transient Ticket ticket
      • user

        protected final transient User user
    • Constructor Detail

      • AgentTicketCloseOperationFailedException

        public AgentTicketCloseOperationFailedException​(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
      • AgentTicketCloseOperationFailedException

        public AgentTicketCloseOperationFailedException​(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