Class SshTimeoutException

All Implemented Interfaces:
Serializable

public class SshTimeoutException extends SshConnectionException
Exception thrown when SSH connection timeouts occur. This includes connection establishment timeouts, operation timeouts, and session timeouts.
See Also:
  • Constructor Details

    • SshTimeoutException

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

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

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