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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DWebServiceException.java28 /** The <code>WebServiceException</code> class is the base
34 public class WebServiceException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
39 public WebServiceException() { method in class:WebServiceException
48 public WebServiceException(String message) { method in class:WebServiceException
60 public WebServiceException(String message, Throwable cause) { method in class:WebServiceException
64 /** Constructs a new WebServiceException with the specified cause
75 public WebServiceException(Throwable cause) { method in class:WebServiceException

Completed in 143 milliseconds