Searched refs:ActionNotSupportedException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/model/
H A DActionNotSupportedException.java35 public class ActionNotSupportedException extends WebServiceException { class in inherits:WebServiceException
38 public ActionNotSupportedException(String action) { method in class:ActionNotSupportedException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaClientTube.java29 import com.sun.xml.internal.ws.addressing.model.ActionNotSupportedException;
97 throw new ActionNotSupportedException(gotA);
H A DWsaServerTube.java30 import com.sun.xml.internal.ws.addressing.model.ActionNotSupportedException;
264 throw new ActionNotSupportedException(gotA);

Completed in 88 milliseconds