Class SshKnownHostsException

    • Constructor Detail

      • SshKnownHostsException

        public SshKnownHostsException​(@NotNull
                                      String host,
                                      int port,
                                      @Nullable
                                      String publickey,
                                      @Nullable
                                      Boolean entryExists)
      • SshKnownHostsException

        public SshKnownHostsException​(@NotNull
                                      String unexpectedError,
                                      @Nullable
                                      Exception cause)
      • SshKnownHostsException

        public SshKnownHostsException​(@NotNull
                                      String unexpectedError)
    • Method Detail

      • createErrorMessage

        @NotNull
        public static String createErrorMessage​(@NotNull
                                                String host,
                                                int port,
                                                @Nullable
                                                String publickey,
                                                @Nullable
                                                Boolean entryExists)