src/share/classes/java/awt/color/CMMException.java

Print this page

        

@@ -45,10 +45,11 @@
 /**
  * This exception is thrown if the native CMM returns an error.
  */
 
 public class CMMException extends java.lang.RuntimeException {
+    private static final long serialVersionUID = 5775558044142994965L;
 
     /**
      *  Constructs a CMMException with the specified detail message.
      *  @param s the specified detail message
      */