--- old/src/share/classes/javax/print/PrintException.java 2014-02-09 21:09:30.000000000 -0800 +++ new/src/share/classes/javax/print/PrintException.java 2014-02-09 21:09:29.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -33,7 +33,7 @@ * */ public class PrintException extends Exception { - + private static final long serialVersionUID = -5932531546705242471L; /** * Construct a print exception with no detail message.