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:
java.io.Serializable
- Enclosing class:
- MethodInstrumentation
public static class MethodInstrumentation.MetricNameCollisionException extends java.lang.IllegalStateException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricNameCollisionException(java.lang.Object target, java.lang.String metricName, java.lang.reflect.Method method1, java.lang.reflect.Method method2)
-