Class MetricsException

All Implemented Interfaces:
Serializable

@Public @Evolving public class MetricsException extends RuntimeException
A general metrics exception wrapper
See Also:
  • Constructor Details

    • MetricsException

      public MetricsException(String message)
      Construct the exception with a message
      Parameters:
      message - for the exception
    • MetricsException

      public MetricsException(String message, Throwable cause)
      Construct the exception with a message and a cause
      Parameters:
      message - for the exception
      cause - of the exception
    • MetricsException

      public MetricsException(Throwable cause)
      Construct the exception with a cause
      Parameters:
      cause - of the exception