Class SshAuthenticationException

All Implemented Interfaces:
Serializable

public class SshAuthenticationException extends SshConnectionException
Exception thrown when SSH authentication fails. This includes invalid credentials, key authentication failures, and permission errors.
See Also:
  • Constructor Details

    • SshAuthenticationException

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

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

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