|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.sshtools.j2ssh.SshException
com.sshtools.j2ssh.transport.MessageNotRegisteredException
public class MessageNotRegisteredException
Thrown by the message store when a message is added which is not registered.
Constructor Summary | |
---|---|
MessageNotRegisteredException(java.lang.Integer messageId)
Constructs the exception. |
|
MessageNotRegisteredException(java.lang.Integer messageId,
SshMessageStore store)
Consructs the exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 store
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |