Package com.sshtools.j2ssh.transport
Class MessageNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sshtools.j2ssh.SshException
-
- com.sshtools.j2ssh.transport.MessageNotRegisteredException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageNotRegisteredException extends SshException
Thrown by the message store when a message is added which is not registered.
- Since:
- 0.2.0
- Version:
- $Revision: 1.20 $
- Author:
- Lee David Painter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageNotRegisteredException(java.lang.Integer messageId)
Constructs the exception.MessageNotRegisteredException(java.lang.Integer messageId, SshMessageStore store)
Consructs the exception.
-
-
-
Constructor Detail
-
MessageNotRegisteredException
public MessageNotRegisteredException(java.lang.Integer messageId)
Constructs the exception.
- Parameters:
messageId
- the id of the message not registered- Since:
- 0.2.0
-
MessageNotRegisteredException
public MessageNotRegisteredException(java.lang.Integer messageId, SshMessageStore store)
Consructs the exception.
- Parameters:
messageId
- the id of the message not registeredstore
- the message store- Since:
- 0.2.0
-
-