Package jetbrains.buildServer.ssh
Class SshKnownHostsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.ssh.SshKnownHostsException
-
- All Implemented Interfaces:
Serializable
public class SshKnownHostsException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SshKnownHostsException(String unexpectedError)
SshKnownHostsException(String host, int port, String publickey, Boolean entryExists)
SshKnownHostsException(String unexpectedError, Exception cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
createErrorMessage(String host, int port, String publickey, Boolean entryExists)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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)
-
-