public class InaccessibleWSDLException extends WebServiceException
InaccessibleWSDLException
wrapped in one exception.
This exception is used to report all the errors during WSDL parsing from RuntimeWSDLParser.parse(java.net.URL, javax.xml.transform.Source, org.xml.sax.EntityResolver, boolean, com.sun.xml.ws.api.server.Container, com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension[])
Modifier and Type | Class and Description |
---|---|
static class |
InaccessibleWSDLException.Builder |
Constructor and Description |
---|
InaccessibleWSDLException(List<Throwable> errors) |
Modifier and Type | Method and Description |
---|---|
List<Throwable> |
getErrors()
Returns a read-only list of
InaccessibleWSDLException s
wrapped in this exception. |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2015 Oracle Corporation. All rights reserved.