Class AbandonRequestAccessLogMessage

    • Constructor Detail

      • AbandonRequestAccessLogMessage

        public AbandonRequestAccessLogMessage​(@NotNull
                                              java.lang.String s)
                                       throws LogException
        Creates a new abandon request access log message from the provided message string.
        Parameters:
        s - The string to be parsed as an abandon request access log message.
        Throws:
        LogException - If the provided string cannot be parsed as a valid log message.
      • AbandonRequestAccessLogMessage

        public AbandonRequestAccessLogMessage​(@NotNull
                                              LogMessage m)
        Creates a new abandon request access log message from the provided log message.
        Parameters:
        m - The log message to be parsed as an abandon request access log message.