Searched defs:UtilException (Results 1 - 1 of 1) 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

Completed in 20 milliseconds