public class ServerSOAPFaultException extends SOAPFaultException
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.
| Constructor and Description |
|---|
ServerSOAPFaultException(javax.xml.soap.SOAPFault soapFault) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getFaultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerSOAPFaultException(javax.xml.soap.SOAPFault soapFault)
public String getMessage()
getMessage in class ThrowableCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.