Class GrafanaEndpointException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.endpoints.grafana.api.GrafanaEndpointException
-
- All Implemented Interfaces:
java.io.Serializable
public class GrafanaEndpointException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrafanaEndpointException(java.lang.String context, java.lang.String message)
GrafanaEndpointException(java.lang.String context, java.lang.String messageFormat, java.lang.Object... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContext()
java.lang.String
getMessage()
java.lang.String
getRawMessage()
-