Package com.sshtools.j2ssh.transport
Class AlgorithmNotAgreedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sshtools.j2ssh.SshException
-
- com.sshtools.j2ssh.transport.TransportProtocolException
-
- com.sshtools.j2ssh.transport.AlgorithmNotAgreedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AlgorithmNotAgreedException extends TransportProtocolException
Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.
- Since:
- 0.2.0
- Version:
- $Revision: 1.19 $
- Author:
- Lee David Painter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgorithmNotAgreedException(java.lang.String msg)
Constructs the exception.
-