Class UntrustedKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.ssh.UntrustedKeyException
All Implemented Interfaces:
Serializable

public class UntrustedKeyException extends Exception
Thrown by bamboo ssh proxy if host key verification fails.
See Also:
  • Constructor Details

    • UntrustedKeyException

      public UntrustedKeyException(String message, TrustedKey trustedKey)
    • UntrustedKeyException

      public UntrustedKeyException(TrustedKey trustedKey)
  • Method Details

    • getTrustedKey

      public TrustedKey getTrustedKey()
      Returns:
      public key of the untrusted host