Uses of Class
jakarta.xml.ws.WebServiceException
Packages that use WebServiceException
Package
Description
This package contains the core Jakarta XML Web Services APIs.
This package defines APIs specific to the HTTP binding.
This package defines APIs specific to the SOAP binding.
-
Uses of WebServiceException in jakarta.xml.ws
Subclasses of WebServiceException in jakarta.xml.wsModifier and TypeClassDescriptionclass
TheProtocolException
class is a base class for exceptions related to a specific protocol binding. -
Uses of WebServiceException in jakarta.xml.ws.http
Subclasses of WebServiceException in jakarta.xml.ws.httpModifier and TypeClassDescriptionclass
TheHTTPException
exception represents a XML/HTTP fault. -
Uses of WebServiceException in jakarta.xml.ws.soap
Subclasses of WebServiceException in jakarta.xml.ws.soapModifier and TypeClassDescriptionclass
TheSOAPFaultException
exception represents a SOAP 1.1 or 1.2 fault.