Searched refs:LocatableWebServiceException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/exception/
H A DLocatableWebServiceException.java49 public class LocatableWebServiceException extends WebServiceException { class in inherits:WebServiceException
55 public LocatableWebServiceException(String message, Locator... location) { method in class:LocatableWebServiceException
59 public LocatableWebServiceException(String message, Throwable cause, Locator... location) { method in class:LocatableWebServiceException
64 public LocatableWebServiceException(Throwable cause, Locator... location) { method in class:LocatableWebServiceException
68 public LocatableWebServiceException(String message, XMLStreamReader locationSource) { method in class:LocatableWebServiceException
72 public LocatableWebServiceException(String message, Throwable cause, XMLStreamReader locationSource) { method in class:LocatableWebServiceException
76 public LocatableWebServiceException(Throwable cause, XMLStreamReader locationSource) { method in class:LocatableWebServiceException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortImpl.java33 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
113 throw new LocatableWebServiceException(
H A DWSDLBoundPortTypeImpl.java36 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
202 throw new LocatableWebServiceException(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java46 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
371 throw new LocatableWebServiceException(
375 throw new LocatableWebServiceException(
537 throw new LocatableWebServiceException(

Completed in 76 milliseconds