HomeSort by relevance Sort by last modified time
    Searched refs:NegotiateException (Results 1 - 2 of 2) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
NegotiateException.java 8 * NegotiateException.
13 public class NegotiateException extends Exception
KexManager.java 119 private String getFirstMatch(String[] client, String[] server) throws NegotiateException
135 throw new NegotiateException();
216 catch (NegotiateException e)
226 catch (NegotiateException e1)
236 catch (NegotiateException e2)

Completed in 78 milliseconds