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() |
getFault
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerSOAPFaultException(javax.xml.soap.SOAPFault soapFault)
public String getMessage()
getMessage
in class Throwable
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.