クラス 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)