public class RegistryException extends JAXRException
cause
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
コンストラクターと説明 |
---|
RegistryException() 理由もなく、または Throwable が埋め込まれた JAXRException オブジェクトを構築します。 |
RegistryException(StringSE reason) スローされた例外の理由として、指定された String を使用して JAXRException オブジェクトを構築します。 |
RegistryException(StringSE reason, ThrowableSE cause) 例外がスローされた理由として指定された String を使用し、埋め込み Throwable として指定された Throwable オブジェクトを使用して、JAXRException オブジェクトを構築します。 |
RegistryException(ThrowableSE cause) 指定された Throwable オブジェクトで初期化された JAXRException オブジェクトを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
Key | getErrorObjectKey() レジストリでエラーが発生した最初のオブジェクトのキーを取得します。 |
void | setErrorObjectKey(Key key) レジストリでエラーが発生した最初のオブジェクトにキーを設定します。 |
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
addSuppressedSE, fillInStackTraceSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public RegistryException()
JAXRException
オブジェクトを構築します。public RegistryException(StringSE reason)
String
を使用して JAXRException
オブジェクトを構築します。reason
- 例外の原因の説明 public RegistryException(StringSE reason, ThrowableSE cause)
String
を使用し、埋め込み Throwable として指定された Throwable
オブジェクトを使用して、JAXRException
オブジェクトを構築します。reason
- 例外の原因の説明 cause
- この JAXRException
オブジェクトに埋め込まれる Throwable
オブジェクト public RegistryException(ThrowableSE cause)
Throwable
オブジェクトで初期化された JAXRException
オブジェクトを構築します。cause
- この例外を引き起こした Throwablepublic Key getErrorObjectKey() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 public void setErrorObjectKey(Key key) throws JAXRException
key
- エラーのある最初のオブジェクトのキー JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.