Package com.sun.xml.ws.fault
Class ServerSOAPFaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.ws.WebServiceException
-
- jakarta.xml.ws.ProtocolException
-
- jakarta.xml.ws.soap.SOAPFaultException
-
- com.sun.xml.ws.fault.ServerSOAPFaultException
-
- All Implemented Interfaces:
Serializable
public class ServerSOAPFaultException extends jakarta.xml.ws.soap.SOAPFaultExceptionRepresents the SOAPFaultException that has occurred on the server side.When an exception occurs on the server, JAX-WS RI sends the SOAPFaultException to the client. On the client side, instances of this class are used to represent SOAPFaultException that adds diagnostic information to error message for easily identifying the cause of exception.
- Author:
- chinmay.patel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerSOAPFaultException(jakarta.xml.soap.SOAPFault soapFault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-