Class GrafanaEndpointException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.netmgt.endpoints.grafana.api.GrafanaEndpointException
-
- All Implemented Interfaces:
Serializable
public class GrafanaEndpointException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrafanaEndpointException(String context, String message)
GrafanaEndpointException(String context, String messageFormat, Object... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContext()
String
getMessage()
String
getRawMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getContext
public String getContext()
-
getRawMessage
public String getRawMessage()
-
-