src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/BadCommandLineException.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2010, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2013, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 29,39 **** /** * @author Vivek Pandey */ public class BadCommandLineException extends Exception { ! private Options options; public BadCommandLineException(String msg) { super(msg); } --- 29,39 ---- /** * @author Vivek Pandey */ public class BadCommandLineException extends Exception { ! private transient Options options; public BadCommandLineException(String msg) { super(msg); }