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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.common.ChainedException
              extended bycom.sun.identity.liberty.ws.interaction.InteractionException
                  extended bycom.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
getCompleteL10NMessage, getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, 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


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