com.sun.identity.liberty.ws.soapbinding
クラス SOAPBindingException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.sun.identity.liberty.ws.soapbinding.SOAPBindingException

public class SOAPBindingException
extends Exception

The SOAPBindingException class represents a error while processing SOAP request and response.

関連項目:
直列化された形式

コンストラクタの概要
SOAPBindingException()
          Default Constructor.
SOAPBindingException(String message)
          Constructor.
 

コンストラクタの詳細

SOAPBindingException

public SOAPBindingException()
Default Constructor.


SOAPBindingException

public SOAPBindingException(String message)
Constructor.

パラメータ:
message - the Exception message.