OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / nio / charset / CharacterCodingException.java
index 6812ebb..d0580c9 100644 (file)
@@ -44,6 +44,8 @@ import java.io.IOException;
  */
 public class CharacterCodingException extends IOException
 {
+  private static final long serialVersionUID = 8421532232154627783L;
+
   /**
    * Creates the exception
    */