com.sun.identity.liberty.ws.interaction
Class InteractionSOAPFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.shared.locale.L10NMessageImpl
              extended by com.sun.identity.liberty.ws.interaction.InteractionException
                  extended by com.sun.identity.liberty.ws.interaction.InteractionSOAPFaultException

public class InteractionSOAPFaultException
extends InteractionException

Class for exception thrown by InteractionManager in case of any SOAP fault while handling interaction for the WSP.

See Also:
Serialized Form

Constructor Summary
InteractionSOAPFaultException(Throwable soapFaultException)
          Constructor
 
Method Summary
 SOAPFaultException getSOAPFaultException()
          Gets the SOAPFaultException that contains SOAP fault
 

Constructor Detail

InteractionSOAPFaultException

public InteractionSOAPFaultException(Throwable soapFaultException)
Constructor

Parameters:
soapFaultException - SOAPFaultException that contains the SOAP fault
Method Detail

getSOAPFaultException

public SOAPFaultException getSOAPFaultException()
Gets the SOAPFaultException that contains SOAP fault

Returns:
SOAPFaultException that contains SOAP fault