Searched refs:InaccessibleWSDLException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DInaccessibleWSDLException.java34 * A list of {@link InaccessibleWSDLException} wrapped in one exception.
41 public class InaccessibleWSDLException extends WebServiceException { class in inherits:WebServiceException
47 public InaccessibleWSDLException(List<Throwable> errors) { method in class:InaccessibleWSDLException
48 super(errors.size()+" counts of InaccessibleWSDLException.\n");
64 * Returns a read-only list of {@link InaccessibleWSDLException}s
83 public void check() throws InaccessibleWSDLException {
86 throw new InaccessibleWSDLException(list);
H A DRuntimeWSDLParser.java183 throw new InaccessibleWSDLException(exceptions);

Completed in 60 milliseconds