パッケージ jakarta.resource.spi

クラス ApplicationServerInternalException

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

    public class ApplicationServerInternalException
    extends ResourceException
    ApplicationServerInternalException はアプリケーションサーバーによってスローされ、アプリケーションサーバーに固有のエラー状態を示します。これらのエラー状態は、構成関連のエラーまたはアプリケーションサーバー内部のメカニズムの実装(例: 接続プール、スレッド管理)に関連している可能性があります。
    バージョン:
    1.0
    作成者:
    Rahul Sharma, Ram Jeyaraman
    関連事項:
    直列化された形式
    • コンストラクターの詳細

      • ApplicationServerInternalException

        public ApplicationServerInternalException()
        詳細メッセージとして null を使用して新しいインスタンスを構築します。
      • ApplicationServerInternalException

        public ApplicationServerInternalException​(StringSE message)
        指定された詳細メッセージで新しいインスタンスを構築します。
        パラメーター:
        message - 詳細メッセージ。
      • ApplicationServerInternalException

        public ApplicationServerInternalException​(ThrowableSE cause)
        指定された原因で新しいスロー可能オブジェクトを構築します。
        パラメーター:
        cause - 型 Throwable の連鎖例外。
      • ApplicationServerInternalException

        public ApplicationServerInternalException​(StringSE message,
                                                  ThrowableSE cause)
        指定された詳細メッセージと原因を持つ新しいスロー可能オブジェクトを構築します。
        パラメーター:
        message - 詳細メッセージ。
        cause - 型 Throwable の連鎖例外。
      • ApplicationServerInternalException

        public ApplicationServerInternalException​(StringSE message,
                                                  StringSE errorCode)
        指定された詳細メッセージとエラーコードを使用して、新しいスロー可能オブジェクトを構築します。
        パラメーター:
        message - 例外の説明。
        errorCode - ベンダー固有のエラーコードを指定する文字列。