Class ControlledSshException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.common.exception.ControlledSshException
All Implemented Interfaces:
Serializable

public class ControlledSshException extends Exception
This exception must be thrown by the controlled SSH executions
See Also:
  • Constructor Details

    • ControlledSshException

      public ControlledSshException(String message)
      Constructs a new ControlledSshException with the specified detail message.
      Parameters:
      message - the detail message.