remote: ex
[fanfix.git] / src / be / nikiroo / fanfix / library / RemoteLibraryException.java
index fb8678713fbfda704042cacea1943d54cbbe6661..ff40960c58a4b24e93771c777f722e1378514e2b 100644 (file)
@@ -10,6 +10,10 @@ import java.io.IOException;
 public class RemoteLibraryException extends IOException {
        private static final long serialVersionUID = 1L;
 
+       private RemoteLibraryException() {
+               // for serialization purposes
+       }
+
        /**
         * Wrap an {@link IOException} to allow it to pass across the network.
         *