パッケージ org.springframework.ws

クラス WebServiceException

java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
実装されているすべてのインターフェース:
SerializableSE
既知の直属サブクラス
AddressingExceptionInvalidXmlExceptionNoEndpointFoundExceptionWebServiceClientExceptionWebServiceMessageExceptionWsdlDefinitionExceptionWsSecurityException

public abstract class WebServiceException extends org.springframework.core.NestedRuntimeException
Web サービス例外の階層のルート。
導入:
1.0.0
作成者:
Arjen Poutsma
関連事項:
  • コンストラクターの詳細

    • WebServiceException

      public WebServiceException(StringSE msg)
      WebServiceException クラスの新しいインスタンスを作成します。
      パラメーター:
      msg - 詳細メッセージ
    • WebServiceException

      public WebServiceException(StringSE msg, ThrowableSE ex)
      WebServiceException クラスの新しいインスタンスを作成します。
      パラメーター:
      msg - 詳細メッセージ
      ex - ルート exceptionSE