Package jexer.io
Class ReadTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jexer.io.ReadTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadTimeoutException extends java.io.IOException
ReadTimeoutException is thrown by TimeoutInputStream.read() when bytes are not available within the timeout specified.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadTimeoutException(java.lang.String msg)
Construct an instance with a message.
-