public abstract class SoapFaultException extends RemoteInvocationFailureException
SOAPFaultExceptionEE, SOAPFaultExceptionSE, 連載形式 | 修飾子 | コンストラクターと説明 |
|---|---|
protected | SoapFaultException(StringSE msg, ThrowableSE cause)SoapFaultException のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
abstract StringSE | getFaultActor() この障害の原因となった俳優を返します。 |
abstract StringSE | getFaultCode()SOAP エラーコードを返します。 |
abstract QNameSE | getFaultCodeAsQName()SOAP 障害コードを QName オブジェクトとして返します。 |
abstract StringSE | getFaultString() 説明的な SOAP エラー文字列を返します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEprotected SoapFaultException(StringSE msg, ThrowableSE cause)
msg - 詳細メッセージ cause - 使用中の SOAP API の根本原因 public abstract StringSE getFaultCode()
public abstract QNameSE getFaultCodeAsQName()
QName オブジェクトとして返します。public abstract StringSE getFaultString()
public abstract StringSE getFaultActor()