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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DUtilException.java32 * UtilException represents an exception that occurred while
39 public class UtilException extends JAXWSExceptionBase { class in inherits:JAXWSExceptionBase
40 public UtilException(String key, Object... args) { method in class:UtilException
44 public UtilException(Throwable throwable) { method in class:UtilException
48 public UtilException(Localizable arg) { method in class:UtilException
H A DHandlerAnnotationProcessor.java105 throw new UtilException(
119 throw new UtilException(e.getMessage());
122 throw new UtilException(e.getMessage());
145 throw new UtilException(e.getMessage());
148 throw new UtilException(e.getMessage());
158 throw new UtilException("util.handler.class.not.found",
173 throw new UtilException("util.handler.no.webservice.annotation",
183 throw new UtilException("util.handler.endpoint.interface.no.webservice",
205 throw new UtilException("util.failed.to.find.handlerchain.file",
211 throw new UtilException("uti
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java34 import com.sun.xml.internal.ws.util.UtilException;
356 throw new UtilException(
417 throw new UtilException(key,

Completed in 31 milliseconds