Package com.atlassian.bamboo.ssh
Class UntrustedKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.ssh.UntrustedKeyException
- All Implemented Interfaces:
Serializable
Thrown by bamboo ssh proxy if host key verification fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionUntrustedKeyException
(TrustedKey trustedKey) UntrustedKeyException
(String message, TrustedKey trustedKey) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UntrustedKeyException
-
UntrustedKeyException
-
-
Method Details
-
getTrustedKey
- Returns:
- public key of the untrusted host
-