Class SshAuthenticationExpiredKeyException

All Implemented Interfaces:
Serializable

public class SshAuthenticationExpiredKeyException extends AuthenticationException
A specialization of AuthenticationException that is thrown during authentication when an existing SSH key has expired.
Since:
8.7
See Also:
  • Constructor Details

    • SshAuthenticationExpiredKeyException

      public SshAuthenticationExpiredKeyException(@Nonnull KeyedMessage message)
    • SshAuthenticationExpiredKeyException

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