Package org.apache.flink.runtime.metrics
Class ThresholdMeter.ThresholdExceedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.runtime.metrics.ThresholdMeter.ThresholdExceedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ThresholdMeter
public static class ThresholdMeter.ThresholdExceedException extends RuntimeException
Exception thrown when a threshold exceeds.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThresholdExceedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ThresholdExceedException
public ThresholdExceedException(String message)
-
-