Package com.sshtools.j2ssh.transport
Class InvalidMessageException
- 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.InvalidMessageException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidMessageException extends TransportProtocolException
Thrown by
SshMessage
implementations when an invalid message is found.- Since:
- 0.2.0
- Version:
- $Revision: 1.19 $
- Author:
- Lee David Painter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMessageException(java.lang.String msg)
Constructs the message.
-