com.sshtools.j2ssh.transport

Class AlgorithmNotAgreedException


public class AlgorithmNotAgreedException
extends TransportProtocolException

Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.
Version:
$Revision: 1.19 $
Author:
Lee David Painter
Since:
0.2.0

Constructor Summary

AlgorithmNotAgreedException(String msg)
Constructs the exception.

Constructor Details

AlgorithmNotAgreedException

public AlgorithmNotAgreedException(String msg)
Constructs the exception.

Parameters:
msg - the error message
Since:
0.2.0

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.