クラス WsSecurityFaultException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.soap.security.WsSecurityException
org.springframework.ws.soap.security.WsSecurityFaultException
- 実装されているすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
Wss4jSecurityFaultException
WS-Security の実行により SOAP 障害が発生することを示す例外。
- 導入:
- 1.0.1
- 作成者:
- Arjen Poutsma
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明WsSecurityFaultException
(QNameSE faultCode, StringSE faultString, StringSE faultActor) 指定された障害コード、文字列、アクターを使用して、新しいWsSecurityFaultException
を作成します。メソッドのサマリー
修飾子と型メソッド説明例外のフォールトアクターを返します。例外の障害コードを返します。例外の障害文字列を返します。クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
WsSecurityFaultException
指定された障害コード、文字列、アクターを使用して、新しいWsSecurityFaultException
を作成します。
メソッドの詳細
getFaultCode
例外の障害コードを返します。getFaultString
例外の障害文字列を返します。getFaultActor
例外のフォールトアクターを返します。