< prev index next >

src/java.xml.ws/share/classes/javax/xml/ws/WebServiceException.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2012, 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) 2005, 2015, 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
*** 23,41 **** * questions. */ package javax.xml.ws; ! /** The <code>WebServiceException</code> class is the base * exception class for all JAX-WS API runtime exceptions. * * @since 1.6, JAX-WS 2.0 **/ public class WebServiceException extends java.lang.RuntimeException { ! /** Constructs a new exception with <code>null</code> as its * detail message. The cause is not initialized. **/ public WebServiceException() { super(); } --- 23,41 ---- * questions. */ package javax.xml.ws; ! /** The {@code WebServiceException} class is the base * exception class for all JAX-WS API runtime exceptions. * * @since 1.6, JAX-WS 2.0 **/ public class WebServiceException extends java.lang.RuntimeException { ! /** Constructs a new exception with {@code null} as its * detail message. The cause is not initialized. **/ public WebServiceException() { super(); }
< prev index next >