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(Throwable soapFaultException)
          Constructor
 
メソッドの概要
 SOAPFaultException getSOAPFaultException()
          Gets the SOAPFaultException that contains SOAP fault
 

コンストラクタの詳細

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