クラス ContextException

実装済みのインターフェース一覧:
SerializableSE
既知の直属サブクラス
BusyConversationExceptionContextNotActiveExceptionNonexistentConversationException

public class ContextException extends RuntimeExceptionSE

コンテキスト管理に関する問題を示します。

作成者:
Pete Muir, Shane Bryzak
関連事項:
  • コンストラクターの詳細

    • ContextException

      public ContextException()
      詳細メッセージや原因なしで例外を作成します。
    • ContextException

      public ContextException(StringSE message)
      指定された詳細メッセージで例外を作成します。
      パラメーター:
      message - 詳細メッセージ
    • ContextException

      public ContextException(ThrowableSE cause)
      指定された原因で例外を作成します。
      パラメーター:
      cause - 原因
    • ContextException

      public ContextException(StringSE message, ThrowableSE cause)
      指定された詳細メッセージと原因で例外を作成します。
      パラメーター:
      message - 詳細メッセージ
      cause - 原因