--- old/src/java.xml/share/classes/javax/xml/stream/FactoryConfigurationError.java 2020-08-25 18:28:30.883262104 +0000 +++ new/src/java.xml/share/classes/javax/xml/stream/FactoryConfigurationError.java 2020-08-25 18:28:30.570246084 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2020, 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 @@ -36,6 +36,9 @@ public class FactoryConfigurationError extends Error { private static final long serialVersionUID = -2994412584589975744L; + /** + * The nested exception. + */ Exception nested; /**