src/share/jaxws_classes/javax/xml/ws/ProtocolException.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

@@ -28,11 +28,11 @@
 /** The <code>ProtocolException</code> class is a
  *  base class for exceptions related to a specific protocol binding. Subclasses
  *  are used to communicate protocol level fault information to clients and may
  *  be used on the server to control the protocol specific fault representation.
  *
- *  @since JAX-WS 2.0
+ *  @since 1.6, JAX-WS 2.0
 **/
 public class ProtocolException extends WebServiceException {
     /**
      * Constructs a new protocol exception with <code>null</code> as its detail message. The
      * cause is not initialized, and may subsequently be initialized by a call