Soap-1-1-FaultException (クラス)
public final Soap-1-1-FaultException {inherits Exception}
パッケージ: CURL.XML.SOAP

SOAP レスポンスが SOAP フォールトを含む場合にスローされる例外です。

注意事項

SOAP の実装のより詳しい情報につきましては、Curl®WSDK を参照してください。

プロパティ
fault-code:SOAP フォールト内の faultcode 要素のコンテンツ。
フィールド public constant Soap-1-1-FaultException.fault-code:String
fault-string:SOAP フォールト内の faultstring 要素のコンテンツ。
フィールド public constant Soap-1-1-FaultException.fault-string:String
プロパティ 継承 BasicThrowable: message, value

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize




プロパティ詳細
fault-code (フィールド)
public constant Soap-1-1-FaultException.fault-code:String

SOAP フォールト内の faultcode 要素のコンテンツ。

説明

SOAP は次の一連のフォールト コードを定義します。


fault-string (フィールド)
public constant Soap-1-1-FaultException.fault-string:String

SOAP フォールト内の faultstring 要素のコンテンツ。

説明

フォールト文字列の目的は、フォールトに関する読み取り可能な説明を表示することです。





メソッド詳細