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

/openjdk10/jaxws/src/java.xml.ws/share/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
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPortImpl.java39 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
117 throw new LocatableWebServiceException(
H A DWSDLBoundPortTypeImpl.java40 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
178 throw new LocatableWebServiceException(
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java49 import com.sun.xml.internal.ws.util.exception.LocatableWebServiceException;
415 throw new LocatableWebServiceException(
419 throw new LocatableWebServiceException(
603 throw new LocatableWebServiceException(

Completed in 51 milliseconds