public class MessageNotRegisteredException extends SshException
Thrown by the message store when a message is added which is not registered.
Constructor and Description |
---|
MessageNotRegisteredException(java.lang.Integer messageId)
Constructs the exception.
|
MessageNotRegisteredException(java.lang.Integer messageId,
SshMessageStore store)
Consructs the exception.
|
public MessageNotRegisteredException(java.lang.Integer messageId)
Constructs the exception.
messageId
- the id of the message not registeredpublic MessageNotRegisteredException(java.lang.Integer messageId, SshMessageStore store)
Consructs the exception.
messageId
- the id of the message not registeredstore
- the message storeCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.