src/share/jaxws_classes/javax/xml/ws/http/HTTPException.java

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

*** 30,40 **** * XML/HTTP fault. * * <p>Since there is no standard format for faults or exceptions * in XML/HTTP messaging, only the HTTP status code is captured. * ! * @since JAX-WS 2.0 **/ public class HTTPException extends javax.xml.ws.ProtocolException { private int statusCode; --- 30,40 ---- * XML/HTTP fault. * * <p>Since there is no standard format for faults or exceptions * in XML/HTTP messaging, only the HTTP status code is captured. * ! * @since 1.6, JAX-WS 2.0 **/ public class HTTPException extends javax.xml.ws.ProtocolException { private int statusCode;