Package com.sshtools.j2ssh.transport
Class MessageNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sshtools.j2ssh.transport.MessageNotAvailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageNotAvailableException extends java.lang.Exception
Thrown by the message store when a message is not available.
- Since:
- 0.2.0
- Version:
- $Revision: 1.14 $
- Author:
- Lee David Painter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageNotAvailableException()
Constructs the excpetion.
-