Package org.apache.nemo.common.exception
Class MetricException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.MetricException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetricException extends java.lang.RuntimeException
MetricException. Thrown when the cause is related to the metrics.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricException(java.lang.String cause)
MetricException.MetricException(java.lang.Throwable cause)
MetricException.
-