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

/openjdk9/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

Completed in 33 milliseconds