List of usage examples for org.eclipse.jgit.errors UnsupportedCredentialItem subclass-usage
From source file jetbrains.buildServer.buildTriggers.vcs.git.WrongPassphraseException.java
public class WrongPassphraseException extends UnsupportedCredentialItem { public WrongPassphraseException(@NotNull URIish uri) { super(uri, "Wrong passphrase for selected SSH key"); } }