Class TrackingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxcapacitor.javaclient.tracking.TrackingException
All Implemented Interfaces:
Serializable

public class TrackingException extends RuntimeException
Exception thrown during the initialization of message tracking in Flux Capacitor.

This exception indicates a configuration or startup problem when assigning handlers to consumers or when attempting to initiate tracking more than once for the same consumer configuration.

See Also:
  • Constructor Details

    • TrackingException

      public TrackingException(String message, Throwable cause)
      Constructs a new TrackingException with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the root cause
    • TrackingException

      public TrackingException(String message)
      Constructs a new TrackingException with the specified message.
      Parameters:
      message - the detail message