クラス ContextException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.lang.RuntimeExceptionSE
-
- jakarta.enterprise.context.ContextException
- 実装されたすべてのインターフェース:
SerializableSE
public class ContextException extends RuntimeExceptionSE
コンテキスト管理に関する問題を示します。
- 作成者:
- Pete Muir, Shane Bryzak
- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 ContextException()
ContextException(StringSE message)
ContextException(StringSE message, ThrowableSE cause)
ContextException(ThrowableSE cause)
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
ContextException
public ContextException()
ContextException
public ContextException(StringSE message)
ContextException
public ContextException(ThrowableSE cause)
ContextException
public ContextException(StringSE message, ThrowableSE cause)