Class AgentTicketCloseOperationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.imail.routing.operation.close.AgentTicketCloseOperationFailedException
All Implemented Interfaces:
UserProvider, TicketProvider, Serializable

public class AgentTicketCloseOperationFailedException extends OperationFailedException implements TicketProvider, UserProvider

An AgentTicketCloseOperationFailedException is thrown by an AgentTicketCloseOperation if the operation execution has failed.

Since:
11.28
See Also:
  • Field Details

    • ticket

      protected final transient Ticket ticket
    • user

      protected final transient User user
  • Constructor Details

    • AgentTicketCloseOperationFailedException

      public AgentTicketCloseOperationFailedException(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(String message, 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
  • Method Details