Class MethodInstrumentation.MetricNameCollisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.netflix.spinnaker.kork.telemetry.MethodInstrumentation.MetricNameCollisionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MethodInstrumentation
public static class MethodInstrumentation.MetricNameCollisionException
extends IllegalStateException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetricNameCollisionException(Object target, String metricName, Method method1, Method method2) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetricNameCollisionException
-