com.sun.identity.liberty.ws.soapbinding
Class SOAPFaultException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
All Implemented Interfaces:
java.io.Serializable

public class SOAPFaultException
extends java.lang.Exception

The SOAPFaultException class represents a SOAP Fault while processing SOAP request.

See Also:
Serialized Form

Constructor Summary
SOAPFaultException(Message message)
          The constructor takes Message
 
Method Summary
 Message getSOAPFaultMessage()
          Returns Message containing SOAPFault
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPFaultException

public SOAPFaultException(Message message)
The constructor takes Message
Parameters:
message - a Message containing SOAPFault
Method Detail

getSOAPFaultMessage

public Message getSOAPFaultMessage()
Returns Message containing SOAPFault
Parameters:
message - a Message containing SOAPFault


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.