Class UntrustedKeyException

  • All Implemented Interfaces:
    Serializable

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

      • UntrustedKeyException

        public UntrustedKeyException​(String message,
                                     TrustedKey trustedKey)
      • UntrustedKeyException

        public UntrustedKeyException​(TrustedKey trustedKey)
    • Method Detail

      • getTrustedKey

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