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

public class ClientRuntimeException extends RuntimeException
This class is used to manage exceptions that can be thrown by the functional interface implementations used to run commands.
See Also:
  • Constructor Details

    • ClientRuntimeException

      public ClientRuntimeException(ClientException cause)
      Constructs a new ClientRuntimeException with the specified cause.
      Parameters:
      cause - The underlying cause of this exception.