Fix Cache (URL to File could fail if no parent)
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / server / ServerString.java
index 186afa07ed6d2c85f94e7e2db1d7f5dfd601efc5..c19e0ae68077a73841f6581999fa89e88967bd8c 100644 (file)
@@ -71,6 +71,11 @@ abstract public class ServerString extends Server {
                                        send(rep);
                                }
                        }
+
+                       @Override
+                       protected void onError(Exception e) {
+                               ServerString.this.onError(e);
+                       }
                };
        }