Class ClientRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sentrysoftware.metricshub.engine.common.exception.ClientRuntimeException
- All Implemented Interfaces:
Serializable
This class is used to manage exceptions that can be thrown by the functional interface
implementations used to run commands.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newClientRuntimeExceptionwith the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientRuntimeException
Constructs a newClientRuntimeExceptionwith the specified cause.- Parameters:
cause- The underlying cause of this exception.
-