Class AutoTicketInternalForwardOperationFailedException

  • All Implemented Interfaces:
    TicketProvider, java.io.Serializable

    public class AutoTicketInternalForwardOperationFailedException
    extends OperationFailedException
    implements TicketProvider

    An AutoTicketInternalForwardOperationFailedException is thrown by an AutoTicketInternalForwardOperation if the operation execution has failed.

    Since:
    11.22
    See Also:
    Serialized Form
    • Field Detail

      • ticket

        protected final transient Ticket ticket
      • agent

        protected final transient User agent
    • Constructor Detail

      • AutoTicketInternalForwardOperationFailedException

        public AutoTicketInternalForwardOperationFailedException​(java.lang.String message,
                                                                 Ticket ticket,
                                                                 User agent)
        Parameters:
        message - the error message
        ticket - the ticket of the failed internal forward operation
        agent - the target user of the failed internal forward operation
        Since:
        11.22
      • AutoTicketInternalForwardOperationFailedException

        public AutoTicketInternalForwardOperationFailedException​(java.lang.String message,
                                                                 java.lang.Throwable cause,
                                                                 Ticket ticket,
                                                                 User agent)
        Parameters:
        message - the error message
        cause - the cause of the exception
        ticket - the ticket of the failed internal forward operation
        agent - the target user of the failed internal forward operation
        Since:
        11.22
    • Method Detail

      • getAgent

        public User getAgent()
        Returns:
        the target user
        Since:
        11.22