javax.xml.ws
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
javax.xml.ws.ProtocolException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HTTPException, SOAPFaultException
public class ProtocolException
- extends WebServiceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProtocolException
public ProtocolException()
ProtocolException
public ProtocolException(String message)
ProtocolException
public ProtocolException(String message,
Throwable cause)
ProtocolException
public ProtocolException(Throwable cause)
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.