java.io.Serializable@Public
@Evolving
public class MetricsException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
MetricsException(java.lang.String message) |
Construct the exception with a message
|
MetricsException(java.lang.String message,
java.lang.Throwable cause) |
Construct the exception with a message and a cause
|
MetricsException(java.lang.Throwable cause) |
Construct the exception with a cause
|
public MetricsException(java.lang.String message)
message - for the exceptionpublic MetricsException(java.lang.String message,
java.lang.Throwable cause)
message - for the exceptioncause - of the exceptionpublic MetricsException(java.lang.Throwable cause)
cause - of the exceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.