com.sun.xml.ws.fault
Class ServerSOAPFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by javax.xml.ws.ProtocolException
                      extended by javax.xml.ws.soap.SOAPFaultException
                          extended by com.sun.xml.ws.fault.ServerSOAPFaultException
All Implemented Interfaces:
java.io.Serializable

public class ServerSOAPFaultException
extends javax.xml.ws.soap.SOAPFaultException

Represents 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.

See Also:
Serialized Form

Constructor Summary
ServerSOAPFaultException(javax.xml.soap.SOAPFault soapFault)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class javax.xml.ws.soap.SOAPFaultException
getFault
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerSOAPFaultException

public ServerSOAPFaultException(javax.xml.soap.SOAPFault soapFault)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.