jaxws/src/share/jaxws_classes/javax/xml/ws/soap/SOAPFaultException.java
changeset 25840 c2002453eec3
parent 22678 ac1ea46be942
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    46  *
    46  *
    47  *  @see javax.xml.soap.SOAPFault
    47  *  @see javax.xml.soap.SOAPFault
    48  *  @see javax.xml.ws.soap.SOAPBinding#getSOAPFactory
    48  *  @see javax.xml.ws.soap.SOAPBinding#getSOAPFactory
    49  *  @see javax.xml.ws.ProtocolException
    49  *  @see javax.xml.ws.ProtocolException
    50  *
    50  *
    51  *  @since JAX-WS 2.0
    51  *  @since 1.6, JAX-WS 2.0
    52  **/
    52  **/
    53 public class SOAPFaultException extends javax.xml.ws.ProtocolException  {
    53 public class SOAPFaultException extends javax.xml.ws.ProtocolException  {
    54 
    54 
    55     private SOAPFault fault;
    55     private SOAPFault fault;
    56 
    56