com.sun.identity.liberty.ws.interaction
クラス InteractionSOAPFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.liberty.ws.interaction.InteractionException
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.
- 関連項目:
- 直列化された形式
InteractionSOAPFaultException
public InteractionSOAPFaultException(Throwable soapFaultException)
- Constructor
- パラメータ:
soapFaultException - SOAPFaultException that contains
the SOAP fault
getSOAPFaultException
public SOAPFaultException getSOAPFaultException()
- Gets the
SOAPFaultException that contains SOAP fault
- 戻り値:
SOAPFaultException that contains SOAP fault