Fix OOB, expose triple buffer
[fanfix.git] / src / jexer / io / ReadTimeoutException.java
index 0a1bbc554f87d39a92c777176e6d85fa282e9e23..143845af3c0f09ff55ff959dd82776eeb1f195a8 100644 (file)
@@ -36,6 +36,11 @@ import java.io.IOException;
  */
 public class ReadTimeoutException extends IOException {
 
+    /**
+     * Serializable version.
+     */
+    private static final long serialVersionUID = 1;
+
     /**
      * Construct an instance with a message.
      *