Package com.sshtools.j2ssh.transport
Class AlgorithmOperationException
- 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.AlgorithmOperationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AlgorithmOperationException extends TransportProtocolException
Thrown by the transport protocol if an algorithm operation error occurs.
- Since:
- 0.2.0
- Version:
- $Revision: 1.19 $
- Author:
- Lee David Painter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgorithmOperationException(java.lang.String msg)
Contructs the exception.
-