OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / nio / channels / IllegalBlockingModeException.java
index 7352b54..f34d763 100644 (file)
@@ -47,6 +47,8 @@ package java.nio.channels;
  */
 public class IllegalBlockingModeException extends IllegalStateException
 {
+  private static final long serialVersionUID = - 3335774961855590474L;
+
   /**
    * Creates the exception
    */