クラス WebServiceException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
- 実装済みのインターフェース一覧:
SerializableSE
- 既知の直属サブクラス
AddressingException, InvalidXmlException, NoEndpointFoundException, WebServiceClientException, WebServiceMessageException, WsdlDefinitionException, WsSecurityException
public abstract class WebServiceException
extends org.springframework.core.NestedRuntimeException
Web サービス例外の階層のルート。
- 導入:
- 1.0.0
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明WebServiceException(@Nullable StringSE msg) WebServiceExceptionクラスの新しいインスタンスを作成します。WebServiceException(@Nullable StringSE msg, ThrowableSE ex) WebServiceExceptionクラスの新しいインスタンスを作成します。方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
WebServiceException
WebServiceExceptionクラスの新しいインスタンスを作成します。- パラメーター:
msg- 詳細メッセージ
WebServiceException
WebServiceExceptionクラスの新しいインスタンスを作成します。- パラメーター:
msg- 詳細メッセージex- ルートexceptionSE