Class SshAuthenticationInsecureKeyException

All Implemented Interfaces:
Serializable

public class SshAuthenticationInsecureKeyException extends AuthenticationException
A specialization of AuthenticationException that is thrown during authentication when a key does not meet the requirements of the system.
Since:
8.7
See Also:
  • Constructor Details

    • SshAuthenticationInsecureKeyException

      public SshAuthenticationInsecureKeyException(@Nonnull KeyedMessage message)
    • SshAuthenticationInsecureKeyException

      public SshAuthenticationInsecureKeyException(@Nonnull KeyedMessage message, @Nullable Throwable cause)