Class ProtocolException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTTPException, SOAPFaultException

public class ProtocolException extends WebServiceException
The ProtocolException class is a base class for exceptions related to a specific protocol binding. Subclasses are used to communicate protocol level fault information to clients and may be used on the server to control the protocol specific fault representation.
Since:
1.6, JAX-WS 2.0
See Also: