public class FindException extends RegistryException
causeSTATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING| コンストラクターと説明 |
|---|
FindException() 理由もなく、または Throwable が埋め込まれた JAXRException オブジェクトを構築します。 |
FindException(StringSE reason) スローされた例外の理由として、指定された String を使用して JAXRException オブジェクトを構築します。 |
FindException(StringSE reason, ThrowableSE cause) 例外がスローされた理由として指定された String を使用し、埋め込み Throwable として指定された Throwable オブジェクトを使用して、JAXRException オブジェクトを構築します。 |
FindException(ThrowableSE cause) 指定された Throwable オブジェクトで初期化された JAXRException オブジェクトを構築します。 |
getErrorObjectKey, setErrorObjectKeygetCause, getMessage, getRequestId, getStatus, initCause, isAvailableaddSuppressedSE, fillInStackTraceSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic FindException()
JAXRException オブジェクトを構築します。public FindException(StringSE reason)
String を使用して JAXRException オブジェクトを構築します。reason - 例外の原因の説明 public FindException(StringSE reason, ThrowableSE cause)
String を使用し、埋め込み Throwable として指定された Throwable オブジェクトを使用して、JAXRException オブジェクトを構築します。reason - 例外の原因の説明 cause - この JAXRException オブジェクトに埋め込まれる Throwable オブジェクト public FindException(ThrowableSE cause)
Throwable オブジェクトで初期化された JAXRException オブジェクトを構築します。cause - この例外を引き起こした ThrowableCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.