com.sshtools.j2ssh.transport
Class MessageNotRegisteredException
public class MessageNotRegisteredException
Thrown by the message store when a message is added which is not registered.
MessageNotRegisteredException
public MessageNotRegisteredException(Integer messageId)
Constructs the exception.
messageId
- the id of the message not registered
MessageNotRegisteredException
public MessageNotRegisteredException(Integer messageId,
SshMessageStore store)
Consructs the exception.
messageId
- the id of the message not registeredstore
- the message store
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.