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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.common.ChainedException
                    |
                    +--com.sun.identity.liberty.ws.interaction.InteractionException
                          |
                          +--com.sun.identity.liberty.ws.interaction.InteractionSOAPFaultException
All Implemented Interfaces:
com.sun.identity.common.L10NMessage, java.io.Serializable

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(SOAPFaultException soapFaultException)
          Constructor
 
Method Summary
 SOAPFaultException getSOAPFaultException()
          Gets the SOAPFaultException that contains SOAP fault
 
Methods inherited from class com.sun.identity.common.ChainedException
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteractionSOAPFaultException

public InteractionSOAPFaultException(SOAPFaultException 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