Class SshConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.di.core.ssh.exceptions.SshConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SftpException, SshAuthenticationException, SshTimeoutException

public class SshConnectionException extends Exception
Exception thrown when SSH connection operations fail. This includes connection establishment, authentication, and configuration errors.
See Also:
  • Constructor Details

    • SshConnectionException

      public SshConnectionException(String message)
      Constructs a new SSH connection exception with the specified detail message.
      Parameters:
      message - the detail message
    • SshConnectionException

      public SshConnectionException(String message, Throwable cause)
      Constructs a new SSH connection exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception
    • SshConnectionException

      public SshConnectionException(Throwable cause)
      Constructs a new SSH connection exception with the specified cause.
      Parameters:
      cause - the cause of this exception