Class TrackingException

All Implemented Interfaces:
Serializable

public class TrackingException extends RuntimeException
Exception thrown during message tracking in Fluxzero.

This exception indicates a configuration, startup, or runtime problem when assigning handlers to consumers, starting tracking, or keeping tracker state in sync.

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
    • TrackingException

      public TrackingException(FluxzeroErrorReport fluxzeroErrorReport)
    • TrackingException

      public TrackingException(FluxzeroErrorReport fluxzeroErrorReport, Throwable cause)
  • Method Details

    • getFluxzeroErrorReport

      public FluxzeroErrorReport getFluxzeroErrorReport()
    • getErrorCode

      public String getErrorCode()
    • getDocumentationUrl

      public String getDocumentationUrl()