public class HostKeyVerificationException extends RepositoryException
Constructor and Description |
---|
HostKeyVerificationException(String message,
@Nullable Throwable cause,
String stdout,
String stderr,
@Nullable List<String> passwordsToObfuscate,
@Nullable TrustedKey trustedKey) |
HostKeyVerificationException(@NotNull String message,
@Nullable Throwable cause,
@Nullable TrustedKey trustedKey)
Create an exception containing the message and root cause
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
@Nullable TrustedKey |
getTrustedKey() |
getRepositoryId, getStderr, getStdout
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HostKeyVerificationException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause, @Nullable @Nullable TrustedKey trustedKey)
message
- The error messagecause
- The root causepublic String getMessage()
getMessage
in class Throwable
@Nullable public @Nullable TrustedKey getTrustedKey()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.