クラス NestedServletException

実装されたすべてのインターフェース:
SerializableSE

@DeprecatedSE(since="6.0") public class NestedServletException extends ServletExceptionEE
使用すべきではありません。
6.0 以降、標準の ServletExceptionEE ネスティングを優先
メッセージとスタックトレースの観点から根本原因を処理する ServletExceptionEE のレガシーサブクラス。
導入:
1.2.5
作成者:
Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • NestedServletException

      public NestedServletException(StringSE msg)
      使用すべきではありません。
      指定された詳細メッセージを使用して NestedServletException を作成します。
      パラメーター:
      msg - 詳細メッセージ
    • NestedServletException

      public NestedServletException(@Nullable StringSE msg, @Nullable ThrowableSE cause)
      使用すべきではありません。
      指定された詳細メッセージとネストされた例外を使用して NestedServletException を構築します。
      パラメーター:
      msg - 詳細メッセージ
      cause - ネストされた例外