Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[nikiroo-utils.git] / src / jexer / io / ReadTimeoutException.java
index 0a1bbc554f87d39a92c777176e6d85fa282e9e23..8c6371e267b2c98069fe423ac1450481f56b6e7c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2017 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -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.
      *